diff --git a/CHANGES.rst b/CHANGES.rst index 159f4c1..9ed3a26 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Version 2.5.0 +------------- + +Released on Aug 22th 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.