Skip to content

Commit 81b4b44

Browse files
committed
doc:update
1 parent 78e2826 commit 81b4b44

File tree

4 files changed

+111
-102
lines changed

4 files changed

+111
-102
lines changed

docs/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3+
## v4.0.10 🌈
4+
5+
Welcome @cclauss and @DhavalGojiya asdoc new maintainers!
6+
7+
### 🧰 Maintenance
8+
9+
- Add ruff linting rules to CI #314 #312 #310 #317
10+
- Add pre-commit rules #316
11+
- Add intro video to README #308
12+
313
## v4.0.9 🌈
414

515
### 🐛 Bug Fixes
616

7-
817
### 🧰 Maintenance
918

1019
- Support for python 3.14

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.21
2+
mkdocs-material==9.6.22

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.9"
7+
version = "4.0.10"
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)