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-06 23:16:25 +0300
committerlovetox <philipp@hoerist.com>2021-02-06 23:16:25 +0300
commit5fcbb2d1fdcf69b84fa6855a4a77e22527125f8b (patch)
tree6639ab2d3a04ae3ba63b87eec63a733e58357ad4
parentf9b053fe4f18cd801ac8576951aca45964bc1378 (diff)
-rw-r--r--ChangeLog10
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 211c8cb..2ebac59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+python-nbxmpp 2.0.1 (07 February 2021)
+
+ New
+
+ * Properties: is_from_us() Method
+
+ Bugfixes
+
+ * Fix handling invalid websocket uris
+
python-nbxmpp 2.0.0 (29 December 2020)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 7e6eeda..da6e130 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.0"
+__version__ = "2.0.1"
diff --git a/setup.cfg b/setup.cfg
index 8597e05..5301a90 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.0
+version = 2.0.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org