Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Aug 8, 2019
1 parent 500bb68 commit 5d5897f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ History
=======

******************
1.0.0 (unreleased)
1.0.0 (2019-08-08)
******************

* Add support for python 3.7
* Add support for epics
* Add support for additional attributes from Taiga 3.2/3.3
* Improve models
* Improve pagination support
* Fix and enforce code style

******************
Expand Down
2 changes: 1 addition & 1 deletion taiga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
Taiga Python API library
"""
__version__ = '1.0.0b1'
__version__ = '1.0.0'
__author__ = 'Nephila'
__license__ = 'MIT'
__all__ = ['TaigaAPI']
Expand Down

0 comments on commit 5d5897f

Please sign in to comment.