summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2009-10-09 02:48:57 +0200
committerOlivier Le Thanh Duong <olivier@lethanh.be>2009-10-09 03:14:04 +0200
commit7cf247e3ddb1196f5ed086056c865209a3e6be22 (patch)
treedcb8d00b242a1be5c238008ab079cb31e4d76b48
parent1a6179ee50132ae52b076c742d017fa15bca2e4c (diff)
Prepare for papyon 0.4.3papyon-0.4.3
-rw-r--r--AUTHORS1
-rw-r--r--NEWS11
-rw-r--r--papyon/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 2bdac02..b00a35d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,3 +4,4 @@ Ole André Vadla Ravnås <oleavr@gmail.com>
Richard Spiers <richard.spiers@gmail.com>
Youness Alaoui <kakaroto@users.sourceforge.net>
Louis-Francis Ratté-Boulianne <louisfrancis.rb@gmail.com>
+Olivier Lê Thanh Duong <olivier@lethanh.be>
diff --git a/NEWS b/NEWS
index 8ff8668..7938635 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+papyon-0.4.3 (2009-11-09)
+=========================
+
+The "Green Carrot" release.
+
+Fixes:
+ * Add the missing arument to Profile._client_capability_changed (fd.o #24042)
+ * Fix crash when printing unicode char in message headers (fd.o #24223)
+ * Add missing import in group_contact_delete (fd.o #24236)
+ * Improve audio/video call support
+
papyon-0.4.2 (2009-09-03)
=========================
diff --git a/papyon/__init__.py b/papyon/__init__.py
index 3e3ab87..c76ac55 100644
--- a/papyon/__init__.py
+++ b/papyon/__init__.py
@@ -26,7 +26,7 @@ instant messaging service.
@group Network Layer: gnet
"""
-version = (0, 4, 2)
+version = (0, 4, 3)
__version__ = ".".join(str(x) for x in version)
__author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>"