diff --git a/CHANGES.rst b/CHANGES.rst index f08bfbc..8b66787 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,11 @@ +Version 1.0.0 +------------- +Released on Feb 9th 2020 + +Last version of pure Vim script + Version 0.7.0 +------------- Released on Jan 18th 2020 - Bug fix diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 27ba896..aa5ab0b 100644 --- a/doc/pydocstring.txt +++ b/doc/pydocstring.txt @@ -1,6 +1,6 @@ *pydocstring.txt* Generate Python docstring to your Python code. -Version: 0.7.0 +Version: 1.0.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 4251f0a..f5cd73d 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 0.7.0 +" Version: 1.0.0 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.