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-10-29 22:45:57 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-29 22:45:57 +0300
commit932860fefc6caf01b988cf52b2a13a1f36f53dbe (patch)
treea65fa2c74cc8ffecf80f559f7f7c8714442d8450
parent25f2348c62b414e6fce27e7039819a3c56928b94 (diff)
release: 4.5.04.5.0
-rw-r--r--ChangeLog10
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 245333a..ce1d1ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+nbxmpp 4.5.0 (24 Oct 2023)
+
+ New
+
+ * Support XEP-0440 SASL Channel-Binding Type Capability
+
+ Change
+
+ * Raise GLib version
+
nbxmpp 4.4.0 (22 Oct 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 09ee1e0..18d9c7d 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.4.0'
+__version__: str = '4.5.0'