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:
-rw-r--r--ChangeLog6
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de2cf18..6b76f75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 4.5.2 (06 Nov 2023)
+
+ Bug Fixes
+
+ * PubSub: Narrow accepted message types
+
nbxmpp 4.5.1 (06 Nov 2023)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 6b56482..7d3a36d 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.1'
+__version__: str = '4.5.2'