Skip to content

Commit a7fac13

Browse files
committed
Release 1.3.1
1 parent 1525c3c commit a7fac13

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

HISTORY.rst

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

77
.. towncrier release notes start
88
9+
1.3.1 (2025-01-13)
10+
==================
11+
12+
Bugfixes
13+
--------
14+
15+
- Fix parser when entries is None (#169)
16+
- Add missing swimlane to user story allowed_params (#185)
17+
- Use pytest for tests (#190)
18+
19+
920
1.3.0 (2024-01-02)
1021
==================
1122

changes/169.bugfix

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

changes/185.bugfix

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

changes/190.bugfix

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.3.1.dev1"
56+
current_version = "1.3.1"
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.3.1.dev1"
8+
__version__ = "1.3.1"
99
__author__ = "Nephila"
1010
__license__ = "MIT"
1111
__all__ = ["TaigaAPI"]

0 commit comments

Comments
 (0)