Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Aug 23, 2023
1 parent 30c4349 commit 7d75032
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ History

.. towncrier release notes start
1.2.0 (2023-08-23)
==================

Features
--------

- Add list_attachments on WikiPage (#100)
- Add refresh_token API call (#131)


Bugfixes
--------

- Add count to SearchResult object, fix wikipages attribute name in SearchResult object (#111)
- Add moveTo parameter in delete methods when needed by Taiga API (#130)
- Fix ruff linting error (#134)


1.1.0 (2023-04-23)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/100.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/111.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/130.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/131.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/134.bugfix

This file was deleted.

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.1.0"
__version__ = "1.2.0"
__author__ = "Nephila"
__license__ = "MIT"
__all__ = ["TaigaAPI"]
Expand Down

0 comments on commit 7d75032

Please sign in to comment.