From 9f3dde4e21d455cc3bc2e450fe2046cef9a11307 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 12 Jul 2020 21:01:33 +0900 Subject: [PATCH] Release 2.3.2 --- CHANGES.rst | 13 +++++++++++++ doc/pydocstring.txt | 2 +- ftplugin/python/pydocstring.vim | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ddcb8ee..5136db5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +Version 2.3.2 +------------- + +Released on Jul 12th 2020 + +- Bug fix + + - PydocstringFormat deletes file contents if docstrings already present + + see https://github.com/heavenshell/vim-pydocstring/pull/105 + + Thx @jrwrigh @edkirk30 + Version 2.3.1 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 2a44e51..5917350 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.1 +Version: 2.3.2 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 93d7f3d..1844aa5 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.1 +" Version: 2.3.2 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.