mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 00:58:32 +02:00
Release 0.7.1.
This commit is contained in:
parent
4122358571
commit
b6c53415f3
3 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,13 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
0.7.1 (2017-05-05)
|
||||
------------------
|
||||
|
||||
* improved generators for the lsb-set module;
|
||||
* improved tests for the generators;
|
||||
* improved type hints.
|
||||
|
||||
0.7 (2017-05-04)
|
||||
----------------
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ copyright = u'2012-2017, Cédric Bonhomme'
|
|||
# The short X.Y version.
|
||||
version = '0.7'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7'
|
||||
release = '0.7.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.7',
|
||||
version='0.7.1',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Reference in a new issue