We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1035e94 commit 53f1901Copy full SHA for 53f1901
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
5
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
6
7
+## v9.3.1 (2024-07-03)
8
+
9
+### Fix
10
11
+- pass `--skip-tasks` flag to worker (#1688)
12
13
## v9.3.0 (2024-07-01)
14
15
### Feat
pyproject.toml
@@ -168,7 +168,7 @@ annotated_tag = true
168
changelog_incremental = true
169
tag_format = "v$version"
170
update_changelog_on_bump = true
171
-version = "9.3.0"
+version = "9.3.1"
172
173
[build-system]
174
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]
0 commit comments