mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 01:38:31 +02:00
Prepare the new release.
This commit is contained in:
parent
be9ea0f76d
commit
a55bf4bd09
4 changed files with 11 additions and 5 deletions
|
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue