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-07-24 23:10:29 +0300
committerlovetox <philipp@hoerist.com>2021-07-24 23:10:29 +0300
commit0ff3090e09e5e63a88ddecf95ac0f0dc80177db4 (patch)
treec11b93bd90576288cb73b16598c5245079238064
parentafaf927d47b74f223b69b6185bf73bc3c579ac00 (diff)
-rw-r--r--ChangeLog8
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f04610..f9c85c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+python-nbxmpp 2.0.3 (24 July 2021)
+
+ Bugfixes
+
+ * Correctly handle RSM count request
+ * Improve XEP-0050 Compliance
+ * GSSAPI: Catch OSError
+
python-nbxmpp 2.0.2 (18 February 2021)
Bugfixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 7d9bf87..4f8f32b 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.2"
+__version__ = "2.0.3"
diff --git a/setup.cfg b/setup.cfg
index da3aac4..06dd910 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.2
+version = 2.0.3
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org