File tree Expand file tree Collapse file tree 4 files changed +107
-79
lines changed Expand file tree Collapse file tree 4 files changed +107
-79
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.9 🌈
4+
5+ ### 🧰 Maintenance
6+
7+ - Add python 3.14 to test matrix @cclauss #302
8+ - Turn off fail-fast @cclauss #303
9+ - Fix typos in docs @cclauss #304
10+
311## v4.0.8 🌈
412
513### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 11mkdocs == 1.6.1
2- mkdocs-material == 9.6.20
2+ mkdocs-material == 9.6.21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-tasks-scheduler"
7- version = " 4.0.8 "
7+ version = " 4.0.9 "
88description = " An async job scheduler for django using redis/valkey brokers"
99authors = [{ name = " Daniel Moran" , email = " daniel@moransoftware.ca" }]
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments