From 041a4ee05bfe00c3511e79789b4c8b9e5e00db1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 18 Apr 2018 14:26:45 +0200 Subject: [PATCH] Prepare the new release. --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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,