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-09-28 23:54:59 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-28 23:54:59 +0300
commit7dd5b4719240e06ac69fef9cd4903731335fdde1 (patch)
tree20b27c2760fbe33869c34ffdfe34ef5ff6f946cc
parent5ac9a4b900616dce521ce6907ed2d9a495f36179 (diff)
release: 3.2.33.2.3
-rw-r--r--ChangeLog6
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f77f0d3..a03fb98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 3.2.3 (28 Sep 2022)
+
+ Bug Fixes
+
+ * TCP: Improve detection of broken connection
+
nbxmpp 3.2.2 (13 Sep 2022)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 85ab17f..be8632c 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.2'
+__version__: str = '3.2.3'
diff --git a/setup.cfg b/setup.cfg
index a5ec306..ab801fc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.2
+version = 3.2.3
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org