Skip to content

Commit accdf1c

Browse files
committed
Release 1.3.0
1 parent 7fe2fb4 commit accdf1c

File tree

10 files changed

+22
-8
lines changed

10 files changed

+22
-8
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Christoph Meißner <[email protected]>
2222
Maxence Adnot <[email protected]>
2323
Robin Gustafsson <[email protected]>
2424
Daniel Federschmidt <[email protected]>
25+
Robert Dyer <[email protected]>

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ History
66

77
.. towncrier release notes start
88
9+
1.3.0 (2024-01-02)
10+
==================
11+
12+
Features
13+
--------
14+
15+
- Switch to bump-my-version (#140)
16+
- Switch to Coveralls Github action (#155)
17+
- Add a duplicate() method to Project. (#161)
18+
- Adds SwimLane/SwimLanes models and support to add/list in Project. (#162)
19+
- Adds the ability to read/write the default_swimlane attribute in Project. (#166)
20+
21+
22+
Bugfixes
23+
--------
24+
25+
- Add the version parameter to the alloed parameter so the requester can acess it. (#149)
26+
27+
928
1.2.0 (2023-08-23)
1029
==================
1130

changes/140.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/149.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/155.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/161.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/162.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/166.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ commit = true
5353
message = "Release {new_version}"
5454
commit_args = "--no-verify"
5555
tag = false
56-
current_version = "1.2.0"
56+
current_version = "1.3.0"
5757
parse = """(?x)
5858
(?P<major>[0-9]+)
5959
\\.(?P<minor>[0-9]+)

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.2.0"
8+
__version__ = "1.3.0"
99
__author__ = "Nephila"
1010
__license__ = "MIT"
1111
__all__ = ["TaigaAPI"]

0 commit comments

Comments
 (0)