From f7d354a9c415cb3bac4ad1bf6d66674827f406ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 22 May 2016 15:38:36 +0200 Subject: [PATCH] Bumped version numberd and updated the CHANGELOG. --- CHANGELOG.rst | 8 ++++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 11015d5..c043568 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Release History =============== +0.5.4 (2016-05-22) +------------------ + +* the generator provided to the functions lsbset.hide() and lsbset.reveal() is + now a function. This is more convenient for a user who wants to use a custom + generator (not in the module lsbset.generators). +* performance improvements for the lsb and lsbset modules. + 0.5.3 (2016-05-19) ------------------ diff --git a/docs/conf.py b/docs/conf.py index c40e2ee..873bbde 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012-2016, Cédric Bonhomme' # built documents. # # The short X.Y version. -version = '0.5.3' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index fb9f124..8530765 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ with open('CHANGELOG.rst', 'r') as f: setup( name='Stegano', - version='0.5.3', + version='0.5.4', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,