Skip to content

Commit d398a40

Browse files
authored
Release 2.3.0 (#92)
1 parent 476fb97 commit d398a40

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGES.rst

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
Version 2.3.0
2+
-------------
3+
4+
Released on Apr 28th 2020
5+
6+
- Minor changes
7+
8+
- Add support for Neovim
9+
10+
see https://github.com/heavenshell/vim-pydocstring/pull/89
11+
12+
Thx @brentyi, @nkakouros
13+
114
Version 2.2.0
215
-------------
316

417
Released on Mar 31th 2020
518

6-
- Fix can use relative path
19+
- Bug fix
20+
21+
- Fix can use relative path
722

823
see https://github.com/heavenshell/vim-pydocstring/issues/82
924

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.2.0
3+
Version: 2.3.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.2.0
3+
" Version: 2.3.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)