Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Jan 13, 2025
1 parent 1525c3c commit a7fac13
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ History

.. towncrier release notes start
1.3.1 (2025-01-13)
==================

Bugfixes
--------

- Fix parser when entries is None (#169)
- Add missing swimlane to user story allowed_params (#185)
- Use pytest for tests (#190)


1.3.0 (2024-01-02)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/169.bugfix

This file was deleted.

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

This file was deleted.

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

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.3.1.dev1"
current_version = "1.3.1"
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.3.1.dev1"
__version__ = "1.3.1"
__author__ = "Nephila"
__license__ = "MIT"
__all__ = ["TaigaAPI"]
Expand Down

0 comments on commit a7fac13

Please sign in to comment.