Skip to content

Bump version 2.5.0 #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2021
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 <[email protected]>
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 <[email protected]>
" 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