Skip to content

Commit 1fa98ef

Browse files
committed
fix:repeatable task without start date #276
1 parent cf523b0 commit 1fa98ef

File tree

3 files changed

+97
-91
lines changed

3 files changed

+97
-91
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v4.0.5 🌈
4+
5+
### 🐛 Bug Fixes
6+
7+
- fix:repeatable task without start date #276
8+
39
## v4.0.4 🌈
410

511
### 🐛 Bug Fixes

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.4"
7+
version = "4.0.5"
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)