From 0b775bbadbfcc7db80f65910558ef2141d43948b Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Wed, 11 Nov 2020 23:19:27 +0900 Subject: [PATCH] Release 2.3.3 --- CHANGES.rst | 11 +++++++++++ doc/pydocstring.txt | 2 +- ftplugin/python/pydocstring.vim | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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.