Skip to content

Commit e1995b8

Browse files
authoredJun 29, 2018
Release 0.5.0 (#54)
1 parent eb338b8 commit e1995b8

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed
 

‎CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 0.5.0
2+
-------------
3+
Released on Jun 30th 2018
4+
5+
- Bug fix
6+
7+
- Generate missing param
8+
9+
see https://github.com/heavenshell/vim-pydocstring/issues/44
10+
111
Version 0.4.0
212
-------------
313
Released on May 6th 2018

‎autoload/pydocstring.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Insert Docstring.
22
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
3-
" Version: 0.3.0
3+
" Version: 0.5.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.

‎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: 0.4.0
3+
Version: 0.5.0
44
Author: Shinya Ohynagi <sohyanagi@gmail.com>
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 <sohyanagi@gmail.com>
3-
" Version: 0.3.0
3+
" Version: 0.5.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)
Please sign in to comment.