Skip to content

Commit

Permalink
Fix dates in HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Jul 26, 2017
1 parent 7cc8f55 commit cf885cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.6.0 (2017-07-24 15:05:48.304981)
0.6.0 (2017-07-24)
------

Minor improvements:
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ replace = __version__ = '{new_version}'

[bumpversion:file:HISTORY.rst]
search = MASTER
replace = {new_version} ({now})

replace = {new_version} ({now:%Y-%m-%d})

0 comments on commit cf885cc

Please sign in to comment.