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-03-18 22:05:52 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-03-18 22:05:52 +0300
commit10fe142be0530a277ec7daccb774246c537b4607 (patch)
treec36740e1ee731d054642702461175ff1829aa2ae
parent45e30be68e80fa21d870d56a49cb1d75ef698f3c (diff)
release: 4.2.14.2.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 52b3ace..f8eac52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 4.2.1 (18 Mar 2023)
+
+ Bug Fixes
+
+ * HTTP: Make sure streams are closed only once (#139)
+
nbxmpp 4.2.0 (05 Feb 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index a5f4fc3..6bf3849 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.2.0'
+__version__: str = '4.2.1'