Skip to content

Commit 833f1fd

Browse files
committed
Release 1.3.2
1 parent cdbd7ec commit 833f1fd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.rst

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

77
.. towncrier release notes start
88
9+
1.3.2 (2025-01-22)
10+
==================
11+
12+
Bugfixes
13+
--------
14+
15+
- Add missing due_date to Issue allowed_params (#196)
16+
17+
918
1.3.1 (2025-01-13)
1019
==================
1120

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

0 commit comments

Comments
 (0)