diff --git a/CHANGES.rst b/CHANGES.rst index ff514a2..6f3d21b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Version 2.3.6 +------------- + +Released on Dec 6th 2020 + +- Remove unnecessary complete + + see https://github.com/heavenshell/vim-pydocstring/issues/119 + + Thx @tsuyoshicho + Version 2.3.5 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 542479a..ca8ac00 100644 --- a/doc/pydocstring.txt +++ b/doc/pydocstring.txt @@ -1,6 +1,6 @@ *pydocstring.txt* Generate Python docstring to your Python code. -Version: 2.3.5 +Version: 2.3.6 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 fa355b9..2e1c518 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.5 +" Version: 2.3.6 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.