From 788ea26a3877ce780d8c1f2c2b4c4a4c8300f1d2 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Sun, 3 Jan 2021 11:17:22 +0100 Subject: [PATCH] bump version number Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- README.md | 2 +- nuqql_matrixd/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b84506..042429a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ optional arguments: ## Changes -* devel: +* v0.5.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_matrixd/server.py b/nuqql_matrixd/server.py index 717554c..b4089ee 100644 --- a/nuqql_matrixd/server.py +++ b/nuqql_matrixd/server.py @@ -23,7 +23,7 @@ # matrixd version -VERSION = "0.4.0" +VERSION = "0.5.0" class BackendServer: