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-25 19:33:26 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-03-25 19:33:26 +0300
commit9225124e8648aca13071568d44f26ff7e117918c (patch)
treeffab5e2719c5c719a84ecbc8516be3652f45f9cf
parent8be061c93b261c199ca8e70709d631cd3a9824cf (diff)
release: 4.2.24.2.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 f8eac52..2ec6d9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 4.2.2 (25 Mar 2023)
+
+ Bug Fixes
+
+ * HTTP: Reset attributes on redirect (#141)
+
nbxmpp 4.2.1 (18 Mar 2023)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 6bf3849..bc1d25f 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.1'
+__version__: str = '4.2.2'