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-05-29 00:18:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-29 00:18:18 +0300
commitfeb5cc66560bade7f1e3e2e60672833849bea984 (patch)
tree5e617d1930a4716918bc69c2098cae44b9b96c73
parent84f80b2a1dcb664d58938027926a73ed90460f5a (diff)
release: 4.3.14.3.1
-rw-r--r--ChangeLog7
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0264b69..8fac1cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+nbxmpp 4.3.1 (28 May 2023)
+
+ Bug Fixes
+
+ * HTTP: Abort correctly on content overflow
+ * Websocket: Always set peer certificate
+
nbxmpp 4.3.0 (21 May 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 9ea90f2..c7045cb 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.0'
+__version__: str = '4.3.1'