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-10-09 19:25:18 +0300
committerlovetox <philipp@hoerist.com>2021-10-09 19:25:18 +0300
commit159822db28977639a5b33a330186327288db1cce (patch)
treebcc9a83f31a148c32a03ab63af5b70090a03bd76
parente02be310b791da0b71374d0776d6f53bc6564748 (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 f9c85c4..67793b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+python-nbxmpp 2.0.4 (09 October 2021)
+
+ Bugfixes
+
+ * Ignore messages with incorrect id
+ * AdHoc: Make parsing AdHoc commands more compliant
+
python-nbxmpp 2.0.3 (24 July 2021)
Bugfixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 4f8f32b..63ef175 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.3"
+__version__ = "2.0.4"
diff --git a/setup.cfg b/setup.cfg
index 06dd910..bbdd225 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.3
+version = 2.0.4
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org