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>2022-03-13 19:57:02 +0300
committerlovetox <philipp@hoerist.com>2022-03-13 19:57:02 +0300
commitd1a86fbfa032e27b6da934e932f6ee9bda022b97 (patch)
tree096cae7f96c6d4479206eeceb9ec022b03c1070c
parent47acedff0c1e8c5b700917898b844491c3502667 (diff)
-rw-r--r--ChangeLog7
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67793b6..7b5d4aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+python-nbxmpp 2.0.5 (13 March 2022)
+
+ Bugfixes
+
+ * Fix bookmarks compat namespace
+ * Resolve websocket uri only via https
+
python-nbxmpp 2.0.4 (09 October 2021)
Bugfixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 63ef175..67350e9 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.4"
+__version__ = "2.0.5"
diff --git a/setup.cfg b/setup.cfg
index bbdd225..fcf4580 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.4
+version = 2.0.5
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org