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-11-06 12:01:32 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-06 12:01:32 +0300
commit3f740ee6b1d127f640ae34226ee1e60f2ad52295 (patch)
tree96835f9109d4608fdffdf3a5ce593b5a4adee670
parent86d8fff177036f82ebf57cc4fdc331a8a2fa7017 (diff)
release: 4.5.14.5.1
-rw-r--r--ChangeLog6
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce1d1ce..de2cf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 4.5.1 (06 Nov 2023)
+
+ Bug Fixes
+
+ * SASL: Add back lost ANONYMOUS auth mechanism
+
nbxmpp 4.5.0 (24 Oct 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 18d9c7d..6b56482 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.5.0'
+__version__: str = '4.5.1'