From 54277960d90acb85069a06c5ae75b92425adeceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 22:19:15 +0100 Subject: [PATCH] Bumped version number. --- CHANGELOG.md | 14 +++++++------- setup.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f741d6..7957798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 0.9.4 (2019-10-27) +## 0.9.5 (2019-10-27) * updated dependencies; * home page of the project is now: https://git.sr.ht/~cedric/Stegano @@ -10,15 +10,15 @@ ## 0.9.4 (2019-06-05) * new: Implemented LFSR generator (with tests and CLI) - (`PR #27 `_) + ([PR #27](https://github.com/cedricbonhomme/Stegano/pull/27)) * new: Implemented Ackermann generators CLI interface - (`PR #26 `_) + ([PR #26](https://github.com/cedricbonhomme/Stegano/pull/26)) * new: The Ackermann functions are not actual generators - (`#24 `_) + ([#24](https://github.com/cedricbonhomme/Stegano/issues/24)) * new: add a shift parameter for the lsbmodule - (`#25 `_) + ([#25](https://github.com/cedricbonhomme/Stegano/issues/25)) * fix: lsbset.hide cause .png transparent area lost - (`#23 `_) + ([#23](https://github.com/cedricbonhomme/Stegano/issues/23)) ## 0.9.3 (2019-04-10) @@ -33,7 +33,7 @@ * updated Pillow dependency to version 6.0.0 in order to fix a bug when opening some PNG files (https://github.com/python-pillow/Pillow/issues/3557). - + ## 0.9.1 (2019-03-06) * updated Pillow dependency in order to fix a bug when opening some PNG files. diff --git a/setup.py b/setup.py index 87d908b..fa9ca6a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f: setup( name='Stegano', - version='0.9.4', + version='0.9.5', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,