Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Oct 28, 2017
1 parent 16d4fb1 commit 2201a4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= PopPage Changelog

== poppage-0.6.1 (2017-10-28)
=== Fixed
- CLI options will now override defaults.

== poppage-0.6.0 (2017-10-24)
=== Changed
- The options defaults are now under `__opt__` and `!opt` instead of `__def__` and `!def`.
Expand Down
2 changes: 1 addition & 1 deletion app/poppage.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
##==============================================================#

#: Application version string.
__version__ = "0.6.0"
__version__ = "0.6.1"

#: Key separator.
KEYSEP = "::"
Expand Down
2 changes: 1 addition & 1 deletion app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name = "poppage",
version = "0.6.0",
version = "0.6.1",
author = "Jeff Rimko",
author_email = "[email protected]",
description = "Utility for generating files and directories from templates.",
Expand Down

0 comments on commit 2201a4d

Please sign in to comment.