diff --git a/CHANGES.rst b/CHANGES.rst index 31c6222..7191611 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Version 2.3.4 +------------- + +Released on Nov 12th 2020 + +- Add option f and n for ln command + + see https://github.com/heavenshell/vim-pydocstring/pull/112 + + Thx @roachsinai + Version 2.3.3 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index f39d45c..2ca84a5 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.3 +Version: 2.3.4 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 edacff1..8aaafd3 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.3 +" Version: 2.3.4 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.