We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a10ce commit ab836f9Copy full SHA for ab836f9
2 files changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "invoke"
3
requires-python = ">=3.9"
4
-version = "3.0.2"
+version = "3.0.3"
5
description = "Pythonic task execution"
6
readme = "README.rst"
7
license = "BSD-2-Clause"
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+- :release:`3.0.3 <2026-04-07>`
- :support:`- backported` Reverted the `@task
<invoke.tasks.task>` return value type hint change; it actually just makes
8
things worse. Taking this one back to the drawing table for later.
0 commit comments