Skip to content

Commit a03b1c4

Browse files
committed
Release 0.9.0
1 parent 2ce0fbc commit a03b1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ History
55
=======
66

77
******************
8-
0.9.0 (unreleased)
8+
0.9.0 (2018-01-31)
99
******************
1010

1111
* Add support for multiple authentication backends

taiga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Taiga Python API library
77
"""
8-
__version__ = '0.9.0rc1'
8+
__version__ = '0.9.0'
99
__author__ = 'Nephila'
1010
__license__ = 'MIT'
1111
__all__ = ['TaigaAPI']

0 commit comments

Comments
 (0)