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


Commits:
4b377137 by Philipp Hörist at 2022-10-08T16:37:57+02:00
release: 3.2.4

- - - - -


3 changed files:

- ChangeLog
- nbxmpp/__init__.py
- setup.cfg


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+nbxmpp 3.2.4 (05 Oct 2022)
+
+  Improvements
+
+  * Tasks: Track timeouts within the task
+
+  Bug Fixes
+
+  * MUC: Relax definition of MUC config change
+
 nbxmpp 3.2.3 (28 Sep 2022)
 
   Bug Fixes


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
 
 gi.require_version('Soup', '2.4')
 
-__version__: str = '3.2.3'
+__version__: str = '3.2.4'


=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
 [metadata]
 name = nbxmpp
-version = 3.2.3
+version = 3.2.4
 description = XMPP Library
 author = Yann Leboulanger, Philipp Hoerist
 author_email = [email protected]



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4b37713706ad1a67c123f559bd639ab0a5fcb3d5

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4b37713706ad1a67c123f559bd639ab0a5fcb3d5
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