diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 36ed070..5efea72 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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)
------------------
diff --git a/bin/slsb b/bin/slsb
index 77eea2f..1fa4893 100755
--- a/bin/slsb
+++ b/bin/slsb
@@ -20,8 +20,8 @@
# along with this program. If not, see
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.1 $"
-__date__ = "$Date: 2011/04/06 $"
+__version__ = "$Revision: 0.5 $"
+__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:
diff --git a/bin/slsb-set b/bin/slsb-set
index e82b881..b45ecb3 100755
--- a/bin/slsb-set
+++ b/bin/slsb-set
@@ -20,8 +20,8 @@
# along with this program. If not, see
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.1 $"
-__date__ = "$Date: 2011/12/29 $"
+__version__ = "$Revision: 0.5 $"
+__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:
diff --git a/bin/steganalysis-parity b/bin/steganalysis-parity
index 1ffab5c..63e2063 100644
--- a/bin/steganalysis-parity
+++ b/bin/steganalysis-parity
@@ -20,8 +20,8 @@
# along with this program. If not, see
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.1 $"
-__date__ = "$Date: 2011/12/29 $"
+__version__ = "$Revision: 0.5 $"
+__date__ = "$Date: 2016/03/18 $"
__license__ = "GPLv3"
try:
diff --git a/setup.py b/setup.py
index 9c499f4..a3d7e5f 100644
--- a/setup.py
+++ b/setup.py
@@ -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,
diff --git a/stegano/slsb.py b/stegano/slsb.py
index 3abc086..bcb81c1 100755
--- a/stegano/slsb.py
+++ b/stegano/slsb.py
@@ -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
diff --git a/stegano/slsbset.py b/stegano/slsbset.py
index 1a76255..3daa128 100644
--- a/stegano/slsbset.py
+++ b/stegano/slsbset.py
@@ -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