summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2009-09-08 10:17:45 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2009-09-08 10:33:45 -0400
commitb8cf878a7104b312c787846fecc4c62b21d9a803 (patch)
tree72475a7e62ebe2a8d401246a367d9012c11f750a
parentca8106f73e55a33acdf9b908f67464907eb779a2 (diff)
Prepare papyon 0.4.2papyon-0.4.2
-rw-r--r--AUTHORS1
-rw-r--r--NEWS4
-rw-r--r--README5
-rw-r--r--papyon/__init__.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 60d83fe..2bdac02 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/NEWS b/NEWS
index a64a148..8ff8668 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index bb033a9..88a5aeb 100644
--- a/README
+++ b/README
@@ -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>"