diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6681a4..c51bf09 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Release History =============== +0.8.5 (2018-04-18) +------------------ +* Fixed an encoding problem which occured on Windows during the installation + of the module. + 0.8.4 (2018-02-28) ------------------ * Stegano is ready for use with pipenv and pipsi. diff --git a/setup.py b/setup.py index 065c26a..d276578 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f: setup( name='Stegano', - version='0.8.4', + version='0.8.5', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,