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-07 23:57:16 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-07 23:57:16 +0300
commit987d9514867930a735009a6e2335178e6cb05749 (patch)
tree5b057c5bc087304e349e3cfa4c7c748b0caaa9e4
parenteec01dea39ac47c45ebb39667e3fc3c2372c28e5 (diff)
release: 4.3.24.3.2
-rw-r--r--ChangeLog19
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fac1cd..e0fc7a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+nbxmpp 4.3.2 (04 Jul 2023)
+
+ New
+
+ * SecurityLabels: Add get_label_hash()
+ * JID: Add sqlite3 adapter magic method
+ * MessageProperties: Add origin_id attribute
+ * MessageProperties: Add remote_jid attribute
+
+ Improvements
+
+ * Client: Return only copy of ignored errors
+ * CommonError: Add 'by' attribute
+ * Moderation: Parse more data
+
+ Bug Fixes
+
+ * HTTP: Add set_accept_certificate()
+
nbxmpp 4.3.1 (28 May 2023)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index c7045cb..9836f99 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.1'
+__version__: str = '4.3.2'