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-01-24 02:06:26 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-24 02:06:26 +0300
commit78786e20d30821559d855b31b68551cafc9c847a (patch)
tree92e97cf0420648a28e5795e11a3b8803008ff62a
parent772a5be69cfd82f5b810c7c383dec49177f210e1 (diff)
release: 4.1.04.1.0
-rw-r--r--ChangeLog10
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c77621d..de5dae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+nbxmpp 4.1.0 (24 Jan 2023)
+
+ Change
+
+ * Port package to pyproject.toml
+
+ Bug Fixes
+
+ * Handle race condition when cancelling request (#136)
+
nbxmpp 4.0.1 (10 Jan 2023)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 099b548..6577375 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.0.1'
+__version__: str = '4.1.0'