Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
4597ea9c by lovetox at 2022-08-28T20:59:12+02:00
release: 3.2.0
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+nbxmpp 3.2.0 (28 Aug 2022)
+
+ New
+
+ * Add support for Extensible SASL Profile (XEP-0388)
+
+ Bug Fixes
+
+ * Set timeout for host-meta http query (#130)
+
nbxmpp 3.1.1 (27 Jul 2022)
Improvements
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__: str = '3.1.1'
+__version__: str = '3.2.0'
=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.1.1
+version = 3.2.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = [email protected]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4597ea9c2bfc0dc60f2cf75a6721495c01eb2584
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/4597ea9c2bfc0dc60f2cf75a6721495c01eb2584
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