From 627cdf3cf8b82d6cc3f465b2b49321e2cbfaa932 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Sun, 3 Jan 2021 11:11:30 +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 00e2ac2..39db4b4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ optional arguments: ## Changes -* devel: +* v0.7.0: * Update nuqql-based to v0.3.0, switch to asyncio, require python version >= 3.7. * Add welcome and account adding help messages. diff --git a/nuqql_slixmppd/server.py b/nuqql_slixmppd/server.py index e385601..173c0e4 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.6.0" +VERSION = "0.7.0" class BackendServer: