Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyergler committed Apr 30, 2017
1 parent 7ca6648 commit c6b81aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
29 changes: 15 additions & 14 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:NEWS.txt]
search =
DEVELOPMENT
replace =
DEVELOPMENT
search =
DEVELOPMENT
replace =
DEVELOPMENT

(unreleased)

...


{new_version}
--------

*Release Date: {now:%d %B %Y}*

(unreleased)

...


{new_version}
--------

*Release Date: {now:%d %B %Y}*
10 changes: 10 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ News

DEVELOPMENT

(unreleased)

...


0.5.1
--------

*Release Date: 30 April 2017*

* Fixed missing import which caused tut:literalinclude to silently fails

0.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()


version = '0.5.0'
version = '0.5.1'

install_requires = [
'docopt',
Expand Down

0 comments on commit c6b81aa

Please sign in to comment.