Skip to content

Commit 3ce2962

Browse files
committed
Release 3.3.5
1 parent a0f7bda commit 3ce2962

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+
3.3.5 (2025-06-05)
10+
==================
11+
12+
Bugfixes
13+
--------
14+
15+
- Fix CI build on python 3.8 (#288)
16+
17+
918
3.3.4 (2024-01-28)
1019
==================
1120

app_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.5.dev1"
1+
__version__ = "3.3.5"
22
__author__ = "Iacopo Spalletti <[email protected]>"
33
__all__ = ["runner"]
44

changes/288.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
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "3.3.5.dev1"
57+
current_version = "3.3.5"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)