mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 00:58:32 +02:00
Bumped version numberd and updated the CHANGELOG.
This commit is contained in:
parent
4c2fb50c68
commit
f7d354a9c4
3 changed files with 11 additions and 3 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
2
setup.py
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue