Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Jan 2, 2024
1 parent 7fe2fb4 commit accdf1c
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Christoph Meißner <[email protected]>
Maxence Adnot <[email protected]>
Robin Gustafsson <[email protected]>
Daniel Federschmidt <[email protected]>
Robert Dyer <[email protected]>
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ History

.. towncrier release notes start
1.3.0 (2024-01-02)
==================

Features
--------

- Switch to bump-my-version (#140)
- Switch to Coveralls Github action (#155)
- Add a duplicate() method to Project. (#161)
- Adds SwimLane/SwimLanes models and support to add/list in Project. (#162)
- Adds the ability to read/write the default_swimlane attribute in Project. (#166)


Bugfixes
--------

- Add the version parameter to the alloed parameter so the requester can acess it. (#149)


1.2.0 (2023-08-23)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commit = true
message = "Release {new_version}"
commit_args = "--no-verify"
tag = false
current_version = "1.2.0"
current_version = "1.3.0"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
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.2.0"
__version__ = "1.3.0"
__author__ = "Nephila"
__license__ = "MIT"
__all__ = ["TaigaAPI"]
Expand Down

0 comments on commit accdf1c

Please sign in to comment.