From 2baa71f48d6908905499a1ba398b2b519c28f9a7 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 6 Dec 2020 22:27:28 +0900 Subject: [PATCH] Release 2.3.7 --- 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 6f3d21b..4b37beb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Version 2.3.7 +------------- + +Released on Dec 6th 2020 + +- Fix PydocstringFormat also fixed + + see https://github.com/heavenshell/vim-pydocstring/issues/123 + + Thx @tsuyoshicho + Version 2.3.6 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index ca8ac00..3f5f8f3 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.6 +Version: 2.3.7 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 9a68c53..21cf5b0 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.6 +" Version: 2.3.7 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.