mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Bumped version number.
This commit is contained in:
parent
29b99f5db9
commit
3752660742
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue