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


Commits:
c790fa5e by Philipp Hörist at 2025-04-13T22:10:01+02:00
release: 6.1.1

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,14 @@
+nbxmpp 6.1.1 (13 Apr 2025)
+
+  Improvements
+
+  * MUC: Return message id after sending
+
+  Bug Fixes
+
+  * VoiceRequests: Don’t parse errors
+  * MDS: Make by attribute configurable
+
 nbxmpp 6.1.0 (01 Apr 2025)
 
   New


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
 
 from .protocol import *  # noqa: F403, E402
 
-__version__: str = "6.1.0"
+__version__: str = "6.1.1"



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

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to