[fix] bugfix release 0.3.1
This commit is contained in:
parent
aad887cf50
commit
23454cc9cb
@ -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)
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user