summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2010-03-10 12:50:14 +0100
committerOlivier Le Thanh Duong <olivier@lethanh.be>2010-03-10 12:50:14 +0100
commit4caeceb1d3e6e11d3d69fa4ee62f2ff595537f7b (patch)
treea777a4661cd2e72d63bc6fb6747066b00a85e077
parenta0cb94efb74d9e713b0e9fd1b413a54fa81a2bbb (diff)
Prepare for papyon 0.4.5papyon-0.4.5
-rw-r--r--NEWS4
-rw-r--r--papyon/__init__.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 61a4ab9..feabeae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-papyon-0.4.5 (UNRELEASED)
+papyon-0.4.5 (2010-03-10)
=========================
+The "Beige Curtain" release.
+
Fixes:
* Don't display the password in the logs anymore (fd.o #25014)
diff --git a/papyon/__init__.py b/papyon/__init__.py
index 56d8f06..c7a5469 100644
--- a/papyon/__init__.py
+++ b/papyon/__init__.py
@@ -26,7 +26,7 @@ instant messaging service.
@group Network Layer: gnet
"""
-version = (0, 4, 4)
+version = (0, 4, 5)
__version__ = ".".join(str(x) for x in version)
__author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>"