Skip to content

Commit e3f77a5

Browse files
authored
Release 0.6.0 (#56)
1 parent 11bd36f commit e3f77a5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.6.0
2+
-------------
3+
Released on Jun 30th 2018
4+
5+
- Bug fix
6+
7+
- indent doesn't work with `{{_return_type_}}` or `{{_nested_indent_}}`
8+
9+
see https://github.com/heavenshell/vim-pydocstring/issues/51
10+
11+
Thx @JPFrancoia
12+
113
Version 0.5.0
214
-------------
315
Released on Jun 30th 2018

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 <sohyanagi@gmail.com>
3-
" Version: 0.5.0
3+
" Version: 0.6.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.

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 <sohyanagi@gmail.com>
3-
" Version: 0.5.0
3+
" Version: 0.6.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)