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 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'