diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59f8063..f3df10b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Release History =============== +0.4.5 (2015-12-23) +------------------ + +* bugfix. + 0.4.4 (2015-12-23) ------------------ diff --git a/MANIFEST.in b/MANIFEST.in index af96f88..fc2020e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,5 +7,5 @@ recursive-include bin * #Misc include COPYING include README.rst -include CHANGELOG.md +include CHANGELOG.rst include requirements.txt diff --git a/setup.cfg b/setup.cfg index b88034e..5aef279 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description-file = README.rst diff --git a/setup.py b/setup.py index 062ed86..b084743 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='Stegano', - version='0.4.4', + version='0.4.5', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,