Skip to content

Commit c8d29fb

Browse files
committed
doc:update
1 parent 987cd71 commit c8d29fb

File tree

3 files changed

+35
-25
lines changed

3 files changed

+35
-25
lines changed

docs/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.2.4 🌈
4+
5+
### 🐛 Bug Fixes
6+
7+
- Fix for non-existent task @gabriels1234 (#62)
8+
9+
### 🧰 Maintenance
10+
11+
- Use rq `fetch_many`
12+
313
## v1.2.3 🌈
414

515
### 🐛 Bug Fixes

poetry.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django-tasks-scheduler"
77
packages = [
88
{ include = "scheduler" },
99
]
10-
version = "1.2.3"
10+
version = "1.2.4"
1111
description = "An async job scheduler for django using redis"
1212
readme = "README.md"
1313
keywords = ["redis", "django", "background-jobs", "job-queue", "task-queue", "redis-queue", "scheduled-jobs"]

0 commit comments

Comments
 (0)