Skip to content

Commit 5d5897f

Browse files
committed
Release 1.0
1 parent 500bb68 commit 5d5897f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ History
55
=======
66

77
******************
8-
1.0.0 (unreleased)
8+
1.0.0 (2019-08-08)
99
******************
1010

1111
* Add support for python 3.7
1212
* Add support for epics
1313
* Add support for additional attributes from Taiga 3.2/3.3
14+
* Improve models
15+
* Improve pagination support
1416
* Fix and enforce code style
1517

1618
******************

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__ = '1.0.0b1'
8+
__version__ = '1.0.0'
99
__author__ = 'Nephila'
1010
__license__ = 'MIT'
1111
__all__ = ['TaigaAPI']

0 commit comments

Comments
 (0)