Prepare the new release 0.5.5 (bugfix).

This commit is contained in:
Cédric Bonhomme 2016-08-03 23:05:13 +02:00
parent b080f778be
commit a54909f4ad
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,11 @@
Release History
===============
0.5.5 (2016-08-03)
------------------
* bugfix: Incorrect padding size in `base642string` in tools.base642binary().
0.5.4 (2016-05-22)
------------------

View file

@ -28,7 +28,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup(
name='Stegano',
version='0.5.4',
version='0.5.5',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,

View file

@ -20,8 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.1 $"
__version__ = "$Revision: 0.2 $"
__date__ = "$Date: 2010/10/01 $"
__revision__ = "$Date: 2016/08/03 $"
__license__ = "GPLv3"
import base64