Skip to content

Commit

Permalink
Fixed issue with last release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Oct 31, 2017
1 parent 2201a4d commit ddcf1ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.2 (2017-10-30)
=== Fixed
- Missing `utilconf` file in distribution.

== poppage-0.6.1 (2017-10-28)
=== Fixed
- CLI options will now override defaults.
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.1"
__version__ = "0.6.2"

#: Key separator.
KEYSEP = "::"
Expand Down
4 changes: 2 additions & 2 deletions app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

setup(
name = "poppage",
version = "0.6.1",
version = "0.6.2",
author = "Jeff Rimko",
author_email = "[email protected]",
description = "Utility for generating files and directories from templates.",
license = "MIT",
keywords = "project-templates file-templates file-generation",
url = "https://github.com/jeffrimko/PopPage",
py_modules=["poppage","gitr"],
py_modules=["poppage","gitr","utilconf"],
scripts=SCRIPTS,
long_description=open("README.rst").read() if isfile("README.rst") else "",
classifiers=[
Expand Down

0 comments on commit ddcf1ac

Please sign in to comment.