diff options
author | Olivier Le Thanh Duong <olivier@lethanh.be> | 2010-05-20 17:12:12 +0200 |
---|---|---|
committer | Olivier Le Thanh Duong <olivier@lethanh.be> | 2010-05-20 17:12:12 +0200 |
commit | 74628b3a753340dcbd7eac3827bea4dd3ca1d144 (patch) | |
tree | 4cd2e19546ee7f5b91c444b041a91735dc830578 | |
parent | 5f9e7e0da5a89b80190087022a633eca7f7f2d8e (diff) |
Papyon 0.4.7 releasepapyon-0.4.7
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | papyon/__init__.py | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -papyon-0.4.7 (UNRELEASED) +papyon-0.4.7 (2010-05-20) ========================= +The "Red Wire" release + Fixes: * Deal with bad SHA1{C,D} in MSNObjects and log the failures. (fd.o#24138) * Use python-crypto instead of an embedded copy of pyDes. (fd.o#26638) diff --git a/papyon/__init__.py b/papyon/__init__.py index 65078da..0982619 100644 --- a/papyon/__init__.py +++ b/papyon/__init__.py @@ -26,7 +26,7 @@ instant messaging service. @group Network Layer: gnet """ -version = (0, 4, 6) +version = (0, 4, 7) __version__ = ".".join(str(x) for x in version) __author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>" |