Skip to content

Commit 4420021

Browse files
committed
doc:update
1 parent aaf8787 commit 4420021

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
### 🐛 Bug Fixes
66

77
- fix:repeatable task without start date #276
8+
- fix:admin list of tasks showing local datetime #280
9+
- fix:wait for job child process using os.waitpid #281
10+
11+
### 🧰 Maintenance
12+
13+
- refactor some tests
814

915
## v4.0.4 🌈
1016

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django-tasks-scheduler"
77
version = "4.0.5"
88
description = "An async job scheduler for django using redis/valkey brokers"
99
authors = [{ name = "Daniel Moran", email = "daniel@moransoftware.ca" }]
10-
requires-python = "~=3.10"
10+
requires-python = ">=3.10"
1111
readme = "README.md"
1212
license = "MIT"
1313
maintainers = [{ name = "Daniel Moran", email = "daniel@moransoftware.ca" }]

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)