Bumped version numberd and updated the CHANGELOG.

This commit is contained in:
Cédric Bonhomme 2016-05-22 15:38:36 +02:00
parent 4c2fb50c68
commit f7d354a9c4
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 11 additions and 3 deletions

View file

@ -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)
------------------

View file

@ -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.

View file

@ -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,