From ee077ce3d6f554127c4cc3bae6e2b9b134eb1155 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Wed, 21 Oct 2020 17:50:54 +0200 Subject: [PATCH] bump version number Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- CHANGELOG.md | 2 +- nuqql/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384077c..5b61a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file contains the changes in each nuqql version: -## devel: +## v0.9.0: * Add backend support: * nuqql-matrixd-nio * nuqql-mattermostd diff --git a/nuqql/__init__.py b/nuqql/__init__.py index 2df10e1..5bee004 100644 --- a/nuqql/__init__.py +++ b/nuqql/__init__.py @@ -2,4 +2,4 @@ nuqql """ -VERSION = "0.8" +VERSION = "0.9.0"