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:
authorPhilipp Hörist <philipp@hoerist.com>2022-10-08 17:37:57 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-10-08 17:37:57 +0300
commit4b37713706ad1a67c123f559bd639ab0a5fcb3d5 (patch)
tree932a06ddee9244f033a0bf07d0a0882cf6938f27
parent10c32003f035214bfddd852566865b572517ab55 (diff)
release: 3.2.43.2.4
-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 a03fb98..de76243 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+nbxmpp 3.2.4 (05 Oct 2022)
+
+ Improvements
+
+ * Tasks: Track timeouts within the task
+
+ Bug Fixes
+
+ * MUC: Relax definition of MUC config change
+
nbxmpp 3.2.3 (28 Sep 2022)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index be8632c..972c3bc 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.2.3'
+__version__: str = '3.2.4'
diff --git a/setup.cfg b/setup.cfg
index ab801fc..8d75856 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.3
+version = 3.2.4
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org