Prepare the release 0.5.

This commit is contained in:
Cédric Bonhomme 2016-03-18 07:07:22 +01:00
parent 40c1293df4
commit 96d01439ea
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
7 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
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)
------------------

View file

@ -20,8 +20,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.1 $"
__date__ = "$Date: 2011/04/06 $"
__version__ = "$Revision: 0.5 $"
__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:

View file

@ -20,8 +20,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.1 $"
__date__ = "$Date: 2011/12/29 $"
__version__ = "$Revision: 0.5 $"
__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:

View file

@ -20,8 +20,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.1 $"
__date__ = "$Date: 2011/12/29 $"
__version__ = "$Revision: 0.5 $"
__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:

View file

@ -24,7 +24,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup(
name='Stegano',
version='0.4.6',
version='0.5',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,

View file

@ -21,7 +21,7 @@
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.2.1 $"
__date__ = "$Date: 2016/03/12 $"
__date__ = "$Date: 2016/03/13 $"
__license__ = "GPLv3"
import sys

View file

@ -21,7 +21,7 @@
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.4.1 $"
__date__ = "$Date: 2016/03/12 $"
__date__ = "$Date: 2016/03/13 $"
__license__ = "GPLv3"
import sys