Prepare the new release.

This commit is contained in:
Cédric Bonhomme 2018-04-18 14:26:45 +02:00
parent d863dd71a1
commit 041a4ee05b
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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,