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-29 19:13:36 +0300
committerlovetox <philipp@hoerist.com>2022-08-29 19:13:36 +0300
commit7730254b2d49e1896f053108d6495460eaf61b44 (patch)
tree8484bb7f8460a10edf1f5499eb793ca33a56c8c6
parent883361d4ffd173130cfd2848e3df434b86054289 (diff)
release: 3.2.13.2.1
-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 b8ffd7a..3e69083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 3.2.1 (29 Aug 2022)
+
+ Bug Fixes
+
+ * Prepare domain names with UTS46
+
nbxmpp 3.2.0 (28 Aug 2022)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index f0dd97b..0d9cea2 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.0'
+__version__: str = '3.2.1'
diff --git a/setup.cfg b/setup.cfg
index 7baecbf..e82721d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.0
+version = 3.2.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org