mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 00:58:32 +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
|
||||
===============
|
||||
|
||||
0.6.3 (2017-01-29)
|
||||
------------------
|
||||
|
||||
* Support for transparent PNG images has been added (lsb and lsbset modules).
|
||||
|
||||
0.6.2 (2017-01-19)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ Stéganô
|
|||
.. image:: https://api.travis-ci.org/cedricbonhomme/Stegano.svg?branch=master
|
||||
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
||||
|
||||
A Python Steganography module.
|
||||
`Stéganô <https://github.com/cedricbonhomme/Stegano>`_, a Python Steganography
|
||||
module.
|
||||
|
||||
|
||||
Installation
|
||||
|
@ -14,8 +15,8 @@ Installation
|
|||
|
||||
$ sudo pip install Stegano
|
||||
|
||||
You will be able to use `Stéganô <https://github.com/cedricbonhomme/Stegano>`_
|
||||
in your Python programs or as a command line tool.
|
||||
You will be able to use Stéganô in your Python programs or as a command line
|
||||
tool.
|
||||
|
||||
|
||||
Usage
|
||||
|
|
|
@ -50,7 +50,7 @@ copyright = u'2012-2017, Cédric Bonhomme'
|
|||
# The short X.Y version.
|
||||
version = '0.6'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.6.2',
|
||||
version='0.6.3',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Reference in a new issue