Skip to content

Commit 0e63c62

Browse files
committed
Fix #202
1 parent 2231190 commit 0e63c62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.md

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

3+
## v2.1.1 🌈
4+
5+
### 🐛 Bug Fixes
6+
7+
- Fix issue with task being scheduled despite being already scheduled #202
8+
39
## v2.1.0 🌈
410

511
### 🚀 Features

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 = "2.1.0"
10+
version = "2.1.1"
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)