Skip to content

Commit 952cc47

Browse files
authored
Release 0.1.3 (#27)
1 parent 78e996d commit 952cc47

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
Version 0.1.3
2+
-------------
3+
Released on July 2nd 2017
4+
5+
- Fix bug
6+
7+
Variable type mismatch for: argTemplate
8+
9+
see https://github.com/heavenshell/vim-pydocstring/issues/25
10+
11+
Thx @oxo42
12+
13+
114
Version 0.1.2
215
-------------
316
Released on Mar 25th 2017
417

518
- Fix bug
19+
620
Ignored indent when docstring start with `'''`.
721

822
Delete blank line if `{{_returnType_}}` not exists.

autoload/pydocstring.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Insert Docstring.
22
" Author: Shinya Ohyanagi <[email protected]>
3-
" Version: 0.1.2
3+
" Version: 0.1.3
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

Lines changed: 1 addition & 1 deletion
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.1.2
3+
Version: 0.1.3
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" File: pydocstring.vim
22
" Author: Shinya Ohyanagi <[email protected]>
3-
" Version: 0.1.2
3+
" Version: 0.1.3
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)