[fix] bugfix release 0.3.1

This commit is contained in:
Laurent Peuch 2016-04-14 02:46:07 +02:00
parent aad887cf50
commit 23454cc9cb
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG 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) 0.3 the "beudbeud release" (2016-04-13)
--------------------------------------- ---------------------------------------

View File

@ -12,7 +12,7 @@ except ImportError:
setup(name='prosopopee', setup(name='prosopopee',
version='0.3', version='0.3.1',
description='exposure.co clone in a static web generating tool', description='exposure.co clone in a static web generating tool',
author='Laurent Peuch', author='Laurent Peuch',
long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG.md'), long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG.md'),