From 46c3f6d072e9f5512079bde3e74cd85c7ab7f8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 18 May 2016 09:18:00 +0200 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7140ae3..302807c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Release History =============== +0.5.2 (2016-05-18) +------------------ + +* improvements and bug fixes for the exifHeader module; +* added unit tests for the exifHeader module; +* improvements of the documentation. + 0.5.1 (2016-04-16) ------------------ diff --git a/setup.py b/setup.py index 6d6aee4..1acaf0f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open('CHANGELOG.rst', 'r') as f: setup( name='Stegano', - version='0.5.1', + version='0.5.2', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,