Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
78786e20 by Philipp Hörist at 2023-01-24T00:06:26+01:00
release: 4.1.0

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

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


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



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/78786e20d30821559d855b31b68551cafc9c847a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/78786e20d30821559d855b31b68551cafc9c847a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to