diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a74ec..d0e2a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +0.3.1 (2016-04-13) +------------------ + +* fix: cover date was hidden by default, this was a backward breaking behavior + 0.3 the "beudbeud release" (2016-04-13) --------------------------------------- diff --git a/setup.py b/setup.py index 17a5c64..281347e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.3', + version='0.3.1', description='exposure.co clone in a static web generating tool', author='Laurent Peuch', long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG.md'),