Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-28 21:58:47 +0300
committerlovetox <philipp@hoerist.com>2022-08-28 21:59:12 +0300
commit4597ea9c2bfc0dc60f2cf75a6721495c01eb2584 (patch)
tree6981c9038165e487867793b215331587b5a471db
parentb1d80691c531b2fe7bd4c8ba4a81ef46629132ae (diff)
release: 3.2.03.2.0
-rw-r--r--ChangeLog10
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ca1f0..b8ffd7a 100644
--- a/ChangeLog
+++ b/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
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 0de282b..f0dd97b 100644
--- a/nbxmpp/__init__.py
+++ b/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'
diff --git a/setup.cfg b/setup.cfg
index 4a19d7e..7baecbf 100644
--- a/setup.cfg
+++ b/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 = gajim-devel@gajim.org