diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 26b3a43..391dde4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ 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) ------------------ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 463d672..444f7e9 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -10,5 +10,6 @@ Contributors - Maxwell Gerber - Nejdet Çağdaş Yücesoy - panni +- Peter Justin Thank you to the testers! diff --git a/setup.py b/setup.py index 2d20718..86ca7f6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f: setup( name='Stegano', - version='0.9.2', + version='0.9.3', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,