Skip to content

Commit f9f01d1

Browse files
authored
Bump version 2.4.0 (#131)
* Bump version 2.4.0 * Fix
1 parent b84c168 commit f9f01d1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 2.4.0
2+
-------------
3+
4+
Released on Dec 6th 2020
5+
6+
- Remove blank line at Neovim
7+
8+
Neovim add blank line to the end of file when PydocstringFormat executed.
9+
This behavior is not expected and fix as Vim's behavior.
10+
111
Version 2.3.7
212
-------------
313

doc/pydocstring.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*pydocstring.txt* Generate Python docstring to your Python code.
22

3-
Version: 2.3.7
3+
Version: 2.4.0
44
Author: Shinya Ohynagi <[email protected]>
55
Repository: http://github.com/heavenshell/vim-pydocstring/
66
License: BSD, see LICENSE for more details.

ftplugin/python/pydocstring.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" File: pydocstring.vim
22
" Author: Shinya Ohyanagi <[email protected]>
3-
" Version: 2.3.7
3+
" Version: 2.4.0
44
" WebPage: http://github.com/heavenshell/vim-pydocstriong/
55
" Description: Generate Python docstring to your Python script file.
66
" License: BSD, see LICENSE for more details.

0 commit comments

Comments
 (0)