diff options
author | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2009-09-08 10:17:45 -0400 |
---|---|---|
committer | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2009-09-08 10:33:45 -0400 |
commit | b8cf878a7104b312c787846fecc4c62b21d9a803 (patch) | |
tree | 72475a7e62ebe2a8d401246a367d9012c11f750a | |
parent | ca8106f73e55a33acdf9b908f67464907eb779a2 (diff) |
Prepare papyon 0.4.2papyon-0.4.2
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | papyon/__init__.py | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -3,3 +3,4 @@ Johann Prieur <johann.prieur@gmail.com> 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> @@ -1,6 +1,8 @@ -papyon-0.4.2 (UNRELEASED) +papyon-0.4.2 (2009-09-03) ========================= +The "Red Kayak" release. + Enhancements: * Bumped minimal required Python version to 2.5 * Dropped dependency on pyCrypto @@ -1,8 +1,11 @@ papyon - Python msn client library ================================= +Homepage: http://telepathy.freedesktop.org/wiki/Papyon + papyon is an MSN client library, that tries to abstract the MSN protocol -gory details. +gory details. papyon is a fork of the unmaintained library pymsn +(http://telepathy.freedesktop.org/wiki/Pymsn). Dependencies ============ diff --git a/papyon/__init__.py b/papyon/__init__.py index 1099324..3e3ab87 100644 --- a/papyon/__init__.py +++ b/papyon/__init__.py @@ -26,7 +26,7 @@ instant messaging service. @group Network Layer: gnet """ -version = (0, 4, 1) +version = (0, 4, 2) __version__ = ".".join(str(x) for x in version) __author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>" |