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>2023-01-14 00:38:32 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-14 00:38:32 +0300
commit50c8c1cdabf920fb2f52728928bf1fd81c82b533 (patch)
treede3634a1ac733c40a26368376f1b7822176b4524
parent7ae72c8deb14f03de6d05076a56240937b0230f4 (diff)
release: 4.0.14.0.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 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