Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.5.0
-------------

Released on Aug 22th 2020

- Add ignore_init option

see https://github.com/heavenshell/py-doq/releases/tag/0.8.0

Version 2.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion doc/pydocstring.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*pydocstring.txt* Generate Python docstring to your Python code.

Version: 2.4.0
Version: 2.5.0
Author: Shinya Ohynagi <sohyanagi@gmail.com>
Repository: http://github.com/heavenshell/vim-pydocstring/
License: BSD, see LICENSE for more details.
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/python/pydocstring.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" File: pydocstring.vim
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
" Version: 2.4.0
" Version: 2.5.0
" WebPage: http://github.com/heavenshell/vim-pydocstriong/
" Description: Generate Python docstring to your Python script file.
" License: BSD, see LICENSE for more details.
Expand Down