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


Commits:
cfa7d63a by Philipp Hörist at 2025-02-27T22:23:02+01:00
release: 6.0.0

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+nbxmpp 6.0.0 (24 Feb 2025)
+
+  Change
+
+  * JID: Remove default arguments
+
+  Bug Fixes
+
+  * Moderation: Parse moderation messages correctly (#164)
+
 nbxmpp 5.0.4 (19 Sep 2024)
 
   Bug Fixes


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



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

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