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:
-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 7a283d4..c77621d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+nbxmpp 4.0.1 (10 Jan 2023)
+
+ Bug Fixes
+
+ * HTTP: Parse uri with correct flags
+
nbxmpp 4.0.0 (06 Jan 2023)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index ba24c35..099b548 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # pylint: disable=wrong-import-position
-__version__: str = '4.0.0'
+__version__: str = '4.0.1'
diff --git a/setup.cfg b/setup.cfg
index bd88438..eb75efb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 4.0.0
+version = 4.0.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org