Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-02-19 00:51:55 +0300
committerlovetox <philipp@hoerist.com>2021-02-19 00:51:55 +0300
commit99530609dcf9022fccf2a0a137131b7b5e0d2323 (patch)
tree9bbd790c4028a7d663f5e6ff970a5ed46a5a3161
parent3dff5d1fc54469b478cbb686147dd1ff7e8ea65a (diff)
-rw-r--r--ChangeLog9
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ebac59..6f04610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+python-nbxmpp 2.0.2 (18 February 2021)
+
+ Bugfixes
+
+ * Add get_text() for Error Base class
+ * Client: Remove GSSAPI from default mechanisms
+ * Presence: Fix is_nickname_changed check
+ * UserAvatar: Add default argument
+
python-nbxmpp 2.0.1 (07 February 2021)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index da6e130..7d9bf87 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__ = "2.0.1"
+__version__ = "2.0.2"
diff --git a/setup.cfg b/setup.cfg
index 5301a90..da3aac4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.1
+version = 2.0.2
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org