Bumped version number.

This commit is contained in:
Cédric Bonhomme 2018-02-28 22:48:52 +01:00
parent 29b99f5db9
commit 3752660742
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Release History Release History
=============== ===============
0.8.4 (2018-02-28)
------------------
* Stegano is ready for use with pipenv and pipsi.
0.8.3 (2018-02-23) 0.8.3 (2018-02-23)
------------------ ------------------
* the recommended way to install Stegano is now to use pipenv. * the recommended way to install Stegano is now to use pipenv.

View file

@ -29,7 +29,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup( setup(
name='Stegano', name='Stegano',
version='0.8.3', version='0.8.4',
author='Cédric Bonhomme', author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org', author_email='cedric@cedricbonhomme.org',
packages=packages, packages=packages,