Skip to content

Commit 53f1901

Browse files
committed
bump: version 9.3.0 → 9.3.1
1 parent 1035e94 commit 53f1901

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

7+
## v9.3.1 (2024-07-03)
8+
9+
### Fix
10+
11+
- pass `--skip-tasks` flag to worker (#1688)
12+
713
## v9.3.0 (2024-07-01)
814

915
### Feat

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ annotated_tag = true
168168
changelog_incremental = true
169169
tag_format = "v$version"
170170
update_changelog_on_bump = true
171-
version = "9.3.0"
171+
version = "9.3.1"
172172

173173
[build-system]
174174
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]

0 commit comments

Comments
 (0)