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 19:34:27 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-06 19:34:27 +0300
commitb679ed792d9b3df7bc68521953104fffa08e7d06 (patch)
treea2c236aac8b2cc21150fe9dcdb4187389bcb22e3
parentd67185cfda2171683eba59179ac0a96dfa24f2c8 (diff)
release: 4.5.24.5.2
-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'