Prepare the new release.

This commit is contained in:
Cédric Bonhomme 2017-01-29 21:20:02 +01:00
parent be9ea0f76d
commit a55bf4bd09
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,11 @@
Release History Release History
=============== ===============
0.6.3 (2017-01-29)
------------------
* Support for transparent PNG images has been added (lsb and lsbset modules).
0.6.2 (2017-01-19) 0.6.2 (2017-01-19)
------------------ ------------------

View file

@ -4,7 +4,8 @@ Stéganô
.. image:: https://api.travis-ci.org/cedricbonhomme/Stegano.svg?branch=master .. image:: https://api.travis-ci.org/cedricbonhomme/Stegano.svg?branch=master
:target: https://travis-ci.org/cedricbonhomme/Stegano :target: https://travis-ci.org/cedricbonhomme/Stegano
A Python Steganography module. `Stéganô <https://github.com/cedricbonhomme/Stegano>`_, a Python Steganography
module.
Installation Installation
@ -14,8 +15,8 @@ Installation
$ sudo pip install Stegano $ sudo pip install Stegano
You will be able to use `Stéganô <https://github.com/cedricbonhomme/Stegano>`_ You will be able to use Stéganô in your Python programs or as a command line
in your Python programs or as a command line tool. tool.
Usage Usage

View file

@ -50,7 +50,7 @@ copyright = u'2012-2017, Cédric Bonhomme'
# The short X.Y version. # The short X.Y version.
version = '0.6' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6.2' release = '0.6.3'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

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