mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Prepare the new release 0.5.5 (bugfix).
This commit is contained in:
parent
b080f778be
commit
a54909f4ad
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue