From ffbce165f145b680959498a0384aaadc50e48ddc Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Mon, 7 Mar 2022 20:57:39 +0100 Subject: [PATCH] bump version number Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- README.md | 2 +- nuqql_slixmppd/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 156ea31..3ede7ec 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ optional arguments: ## Changes -* devel: +* v0.8.0: * Update slixmpp to v1.8.0, which should fix python 3.10 issues * v0.7.0: * Update nuqql-based to v0.3.0, switch to asyncio, require python diff --git a/nuqql_slixmppd/server.py b/nuqql_slixmppd/server.py index eb59343..3ebde85 100644 --- a/nuqql_slixmppd/server.py +++ b/nuqql_slixmppd/server.py @@ -25,7 +25,7 @@ from nuqql_based.config import Config # slixmppd version -VERSION = "0.7.0" +VERSION = "0.8.0" class BackendServer: