From 5f1665e920dc3a5bf38bc3a5e828eb0110f688d1 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 22 Aug 2021 21:12:10 +0900 Subject: [PATCH 1/2] Bump version 2.5.0 --- CHANGES.rst | 9 +++++++++ doc/pydocstring.txt | 2 +- ftplugin/python/pydocstring.vim | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 159f4c1..6cba4ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Version 2.5.0 +------------- + +Released on Dec 6th 2020 + +- Add ignore_init option + + see https://github.com/heavenshell/py-doq/releases/tag/0.8.0 + Version 2.4.0 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 127fae7..751f120 100644 --- a/doc/pydocstring.txt +++ b/doc/pydocstring.txt @@ -1,6 +1,6 @@ *pydocstring.txt* Generate Python docstring to your Python code. -Version: 2.4.0 +Version: 2.5.0 Author: Shinya Ohynagi Repository: http://github.com/heavenshell/vim-pydocstring/ License: BSD, see LICENSE for more details. diff --git a/ftplugin/python/pydocstring.vim b/ftplugin/python/pydocstring.vim index 08eb0b5..2958966 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.4.0 +" Version: 2.5.0 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details. From 8373f2eb5a984892a285e2bc95a7a7734d86fc1d Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 22 Aug 2021 21:15:41 +0900 Subject: [PATCH 2/2] Fix --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6cba4ac..9ed3a26 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 2.5.0 ------------- -Released on Dec 6th 2020 +Released on Aug 22th 2020 - Add ignore_init option