summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-05-27 12:35:47 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-05-27 12:37:52 -0400
commitc71ede7129f6f8ae52dbb018b4cfb0451cd37ffa (patch)
treedaa29e8bfd873875ff0eca024aa3d34769fa15cf
parent492fdfed00c26aaeddb4fdc264e164245515c634 (diff)
Papyon 0.4.8 releasepapyon-0.4.8
-rw-r--r--NEWS8
-rw-r--r--papyon/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22b45b3..a5f93b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+papyon-0.4.8 (2010-05-27)
+=========================
+
+The "Purple Python" release
+
+Fixes:
+ * Fix contact not displaying because of a bad function name (fd.o #28278)
+
papyon-0.4.7 (2010-05-20)
=========================
diff --git a/papyon/__init__.py b/papyon/__init__.py
index 0982619..f195235 100644
--- a/papyon/__init__.py
+++ b/papyon/__init__.py
@@ -26,7 +26,7 @@ instant messaging service.
@group Network Layer: gnet
"""
-version = (0, 4, 7)
+version = (0, 4, 8)
__version__ = ".".join(str(x) for x in version)
__author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>"