mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Prepare the release 0.5.
This commit is contained in:
parent
40c1293df4
commit
96d01439ea
7 changed files with 12 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
0.4.7 (not yet released)
|
0.5 (2016-03-18)
|
||||||
------------------------
|
----------------
|
||||||
|
|
||||||
* management of greyscale images;
|
* management of greyscale images.
|
||||||
|
|
||||||
0.4.6 (2016-03-12)
|
0.4.6 (2016-03-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
4
bin/slsb
4
bin/slsb
|
@ -20,8 +20,8 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
|
||||||
__author__ = "Cedric Bonhomme"
|
__author__ = "Cedric Bonhomme"
|
||||||
__version__ = "$Revision: 0.1 $"
|
__version__ = "$Revision: 0.5 $"
|
||||||
__date__ = "$Date: 2011/04/06 $"
|
__date__ = "$Date: 2016/03/18 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
|
||||||
__author__ = "Cedric Bonhomme"
|
__author__ = "Cedric Bonhomme"
|
||||||
__version__ = "$Revision: 0.1 $"
|
__version__ = "$Revision: 0.5 $"
|
||||||
__date__ = "$Date: 2011/12/29 $"
|
__date__ = "$Date: 2016/03/18 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
|
||||||
__author__ = "Cedric Bonhomme"
|
__author__ = "Cedric Bonhomme"
|
||||||
__version__ = "$Revision: 0.1 $"
|
__version__ = "$Revision: 0.5 $"
|
||||||
__date__ = "$Date: 2011/12/29 $"
|
__date__ = "$Date: 2016/03/18 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
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.6',
|
version='0.5',
|
||||||
author='Cédric Bonhomme',
|
author='Cédric Bonhomme',
|
||||||
author_email='cedric@cedricbonhomme.org',
|
author_email='cedric@cedricbonhomme.org',
|
||||||
packages=packages,
|
packages=packages,
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
__author__ = "Cedric Bonhomme"
|
__author__ = "Cedric Bonhomme"
|
||||||
__version__ = "$Revision: 0.2.1 $"
|
__version__ = "$Revision: 0.2.1 $"
|
||||||
__date__ = "$Date: 2016/03/12 $"
|
__date__ = "$Date: 2016/03/13 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
__author__ = "Cedric Bonhomme"
|
__author__ = "Cedric Bonhomme"
|
||||||
__version__ = "$Revision: 0.4.1 $"
|
__version__ = "$Revision: 0.4.1 $"
|
||||||
__date__ = "$Date: 2016/03/12 $"
|
__date__ = "$Date: 2016/03/13 $"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Reference in a new issue