Skip to content

Commit

Permalink
doc:update
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 28, 2023
1 parent 987cd71 commit c8d29fb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 25 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.2.4 🌈

### 🐛 Bug Fixes

- Fix for non-existent task @gabriels1234 (#62)

### 🧰 Maintenance

- Use rq `fetch_many`

## v1.2.3 🌈

### 🐛 Bug Fixes
Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "django-tasks-scheduler"
packages = [
{ include = "scheduler" },
]
version = "1.2.3"
version = "1.2.4"
description = "An async job scheduler for django using redis"
readme = "README.md"
keywords = ["redis", "django", "background-jobs", "job-queue", "task-queue", "redis-queue", "scheduled-jobs"]
Expand Down

0 comments on commit c8d29fb

Please sign in to comment.