Skip to content

Commit 75196c5

Browse files
bump: version 1.3.1 → 1.3.2
1 parent 540d038 commit 75196c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.3.2 (2025-04-04)
2+
3+
### Fix
4+
5+
- Add conditional import of ParamSpec for Python < 3.10
6+
- nested asyncio loops problem
7+
18
## v1.3.1 (2025-02-13)
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
[project]
77
name = "yascheduler"
88
# version should be changed by automation, not by hand - DON'T TOUCH
9-
version = "1.3.1"
9+
version = "1.3.2"
1010
description = """Yet another computing scheduler and cloud orchestration engine"""
1111
authors = [
1212
{name = "Evgeny Blokhin", email = "eb@tilde.pro"},

0 commit comments

Comments
 (0)