We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec6e10 commit 8801d72Copy full SHA for 8801d72
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.3.0 (2025-10-08)
6
+
7
+### Features
8
9
+- Implements python version detection based on wrangler config
10
+ ([`dec6e10`](https://github.com/cloudflare/workers-py/commit/dec6e10a8ff685feffbbd329d26a52212d83e0e3))
11
12
13
## v1.2.1 (2025-10-07)
14
15
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "workers-py"
-version = "1.2.1"
+version = "1.3.0"
description = "A set of libraries and tools for Python Workers"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments