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:
authorPhilipp Hörist <philipp@hoerist.com>2023-08-29 18:26:17 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-29 18:26:17 +0300
commit58e4c2758c783b8ffe01c4525c9c569d4393364d (patch)
treeb9675047291bc6cdac4112197828a86139f392a5
parent57924e959a074fbf1ce7dc15ee1282f7cf215887 (diff)
release: 4.3.34.3.3
-rw-r--r--ChangeLog11
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0fc7a4..1c0b0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+nbxmpp 4.3.3 (28 Aug 2023)
+
+ Improvements
+
+ * JID: Allow comparisons against any object
+ * DiscoInfo: Improve discovery if subject is allowed to be modified
+
+ Bug Fixes
+
+ * Don’t expect localpart for bare JIDs
+
nbxmpp 4.3.2 (04 Jul 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 9836f99..cd3c5e9 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # pylint: disable=wrong-import-position
-__version__: str = '4.3.2'
+__version__: str = '4.3.3'