We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf523b0 commit 1fa98efCopy full SHA for 1fa98ef
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.0.5 🌈
4
+
5
+### 🐛 Bug Fixes
6
7
+- fix:repeatable task without start date #276
8
9
## v4.0.4 🌈
10
11
### 🐛 Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "django-tasks-scheduler"
-version = "4.0.4"
+version = "4.0.5"
description = "An async job scheduler for django using redis/valkey brokers"
authors = [{ name = "Daniel Moran", email = "daniel@moransoftware.ca" }]
requires-python = "~=3.10"
0 commit comments