diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7bf10d..e6681a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Release History =============== +0.8.4 (2018-02-28) +------------------ +* Stegano is ready for use with pipenv and pipsi. + 0.8.3 (2018-02-23) ------------------ * the recommended way to install Stegano is now to use pipenv. diff --git a/setup.py b/setup.py index 4b81a9d..178d55e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ with open('CHANGELOG.rst', 'r') as f: setup( name='Stegano', - version='0.8.3', + version='0.8.4', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,