Skip to content

Commit 6d0e1fc

Browse files
committed
chore:update docs
1 parent 7ea7f71 commit 6d0e1fc

File tree

4 files changed

+107
-79
lines changed

4 files changed

+107
-79
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.6.1
2-
mkdocs-material==9.6.20
2+
mkdocs-material==9.6.21

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 = "django-tasks-scheduler"
7-
version = "4.0.8"
7+
version = "4.0.9"
88
description = "An async job scheduler for django using redis/valkey brokers"
99
authors = [{ name = "Daniel Moran", email = "[email protected]" }]
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)