We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500bb68 commit 5d5897fCopy full SHA for 5d5897f
HISTORY.rst
@@ -5,12 +5,14 @@ History
5
=======
6
7
******************
8
-1.0.0 (unreleased)
+1.0.0 (2019-08-08)
9
10
11
* Add support for python 3.7
12
* Add support for epics
13
* Add support for additional attributes from Taiga 3.2/3.3
14
+* Improve models
15
+* Improve pagination support
16
* Fix and enforce code style
17
18
taiga/__init__.py
@@ -5,7 +5,7 @@
"""
Taiga Python API library
-__version__ = '1.0.0b1'
+__version__ = '1.0.0'
__author__ = 'Nephila'
__license__ = 'MIT'
__all__ = ['TaigaAPI']
0 commit comments