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-06 16:54:55 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-06 16:54:55 +0300
commite2070663081cae0770e6c17f4f2b79145a2128f6 (patch)
tree5db57c9dbbe2c96606926153b4c0478d54828175
parent29aa827fb076fff57a0b4bde8b5e4e22fdda131a (diff)
release: 4.0.04.0.0
-rw-r--r--ChangeLog14
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f13d879..7a283d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+nbxmpp 4.0.0 (06 Jan 2023)
+
+ New
+
+ * Add message reactions (XEP-0444) support
+ * Add HTTP module
+
+ Change
+
+ * Raise required python version to 3.10
+ * Remove example client
+ * Port to libsoup3
+ * XEP-0392: Update to 0.8.0
+
nbxmpp 3.2.5 (26 Oct 2022)
New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 21f6e8f..ba24c35 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 = '3.2.5'
+__version__: str = '4.0.0'
diff --git a/setup.cfg b/setup.cfg
index 28da1c6..bd88438 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.5
+version = 4.0.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org