mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Prepare the new release.
This commit is contained in:
parent
d863dd71a1
commit
041a4ee05b
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
Release History
|
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)
|
0.8.4 (2018-02-28)
|
||||||
------------------
|
------------------
|
||||||
* Stegano is ready for use with pipenv and pipsi.
|
* Stegano is ready for use with pipenv and pipsi.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.8.4',
|
version='0.8.5',
|
||||||
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