diff --git a/CHANGES.rst b/CHANGES.rst index 5136db5..31c6222 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Version 2.3.3 +------------- + +Released on Nov 11th 2020 + +- Add support for smarttab / shiftwidth + + see https://github.com/heavenshell/vim-pydocstring/pull/110 + + Thx @brentyi + Version 2.3.2 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 5917350..f39d45c 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.2 +Version: 2.3.3 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 1844aa5..edacff1 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.2 +" Version: 2.3.3 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.