Skip to content

Commit 8801d72

Browse files
1.3.0
Automatically generated by python-semantic-release
1 parent dec6e10 commit 8801d72

File tree

3 files changed

+338
-332
lines changed

3 files changed

+338
-332
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

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+
513
## v1.2.1 (2025-10-07)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "workers-py"
7-
version = "1.2.1"
7+
version = "1.3.0"
88
description = "A set of libraries and tools for Python Workers"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)