mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 09:28:31 +02:00
releases 0.4.5
This commit is contained in:
parent
5e00dde69f
commit
9158e6e7e7
4 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
0.4.5 (2015-12-23)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* bugfix.
|
||||||
|
|
||||||
0.4.4 (2015-12-23)
|
0.4.4 (2015-12-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,5 @@ recursive-include bin *
|
||||||
#Misc
|
#Misc
|
||||||
include COPYING
|
include COPYING
|
||||||
include README.rst
|
include README.rst
|
||||||
include CHANGELOG.md
|
include CHANGELOG.rst
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
description-file = README.md
|
description-file = README.rst
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.4.4',
|
version='0.4.5',
|
||||||
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