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: