From 86747524bb75453ef5c186ad1805b210fbe76e45 Mon Sep 17 00:00:00 2001 From: nitely Date: Sat, 12 Sep 2020 21:44:18 -0300 Subject: [PATCH] bump to v0.9.0 --- HISTORY.md | 2 +- spirit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c10e30d42..f0267d042 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -0.9.0 (dev) +0.9.0 ================== * Added Kyrgyz translation (thanks to @jumasheff) diff --git a/spirit/__init__.py b/spirit/__init__.py index 6cabe4d99..d4524379f 100644 --- a/spirit/__init__.py +++ b/spirit/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.8.1b' +__version__ = '0.9.0'