Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
6f310728 by Philipp Hörist at 2022-10-31T11:49:38+01:00
release: 3.2.5
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,14 @@
+nbxmpp 3.2.5 (26 Oct 2022)
+
+ New
+
+ * Add support for XEP-0421
+
+ Bug Fixes
+
+ * MUC: Check correctly for muc subject
+ * Client: Don’t override modified certification errors
+
nbxmpp 3.2.4 (05 Oct 2022)
Improvements
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__: str = '3.2.4'
+__version__: str = '3.2.5'
=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.4
+version = 3.2.5
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = [email protected]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6f31072892ff530322f06c7d27ce22473483f932
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6f31072892ff530322f06c7d27ce22473483f932
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