changeset 72257f8a4fc6 in /home/hg/repos/python-nbxmpp

details:http://hg.gajim.org/python-nbxmpp?cmd=changeset;node=72257f8a4fc6
description: prepare 0.3 release

diffstat:

 ChangeLog          |  6 ++++++
 nbxmpp/__init__.py |  2 ++
 setup.py           |  2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r ece0c96568ba -r 72257f8a4fc6 ChangeLog
--- a/ChangeLog Mon Dec 16 15:55:53 2013 +0100
+++ b/ChangeLog Mon Dec 23 16:52:52 2013 +0100
@@ -1,3 +1,9 @@
+python-nbxmpp 0.3 (23 December 2013)
+
+  * Improve security level
+  * Ability to configure cipher list
+  * Store only depth 0 SSL certificate
+
 python-nbxmpp 0.2 (26 July 2013)
 
   * Add some namespace
diff -r ece0c96568ba -r 72257f8a4fc6 nbxmpp/__init__.py
--- a/nbxmpp/__init__.py        Mon Dec 16 15:55:53 2013 +0100
+++ b/nbxmpp/__init__.py        Mon Dec 23 16:52:52 2013 +0100
@@ -16,3 +16,5 @@
 from .client_nb import NonBlockingClient
 from .plugin import PlugIn
 from .smacks import Smacks
+
+__version__ = "0.3"
diff -r ece0c96568ba -r 72257f8a4fc6 setup.py
--- a/setup.py  Mon Dec 16 15:55:53 2013 +0100
+++ b/setup.py  Mon Dec 23 16:52:52 2013 +0100
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='nbxmpp',
-      version='0.2',
+      version='0.3',
       description='Non blocking Jabber/XMPP module',
       author='Yann Leboulanger',
       author_email='[email protected]',
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to