From a03b1c483f05cb15ba1b3615112f7335d937b748 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 31 Jan 2018 00:18:21 +0100 Subject: [PATCH] Release 0.9.0 --- HISTORY.rst | 2 +- taiga/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 44ba994..7c6458d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History ======= ****************** -0.9.0 (unreleased) +0.9.0 (2018-01-31) ****************** * Add support for multiple authentication backends diff --git a/taiga/__init__.py b/taiga/__init__.py index 267be84..22c8915 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = '0.9.0rc1' +__version__ = '0.9.0' __author__ = 'Nephila' __license__ = 'MIT' __all__ = ['TaigaAPI']