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
ba3cde6112
commit
5bb91d2ff0
3 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
0.9.3 (2019-04-10)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* it is now possible to either pass the location of an image or directly pass
|
||||||
|
an already opened Image.Image to the hide and reveal methods;
|
||||||
|
* code re-formatted a bit with black.
|
||||||
|
|
||||||
|
|
||||||
0.9.2 (2019-04-04)
|
0.9.2 (2019-04-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,6 @@ Contributors
|
||||||
- Maxwell Gerber
|
- Maxwell Gerber
|
||||||
- Nejdet Çağdaş Yücesoy <nejdetyucesoy@gmail.com>
|
- Nejdet Çağdaş Yücesoy <nejdetyucesoy@gmail.com>
|
||||||
- panni <panni@fragstore.net>
|
- panni <panni@fragstore.net>
|
||||||
|
- Peter Justin <peter@peterjustin.me>
|
||||||
|
|
||||||
Thank you to the testers!
|
Thank you to the testers!
|
||||||
|
|
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.9.2',
|
version='0.9.3',
|
||||||
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