Skip to content

Commit ef44b53

Browse files
committed
doc:update changelog.md
1 parent 936c1e0 commit ef44b53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
## v1.3.3 🌈
4+
5+
### 🐛 Bug Fixes
6+
7+
- Fix issue of django generating a new migration when settings.SCHEDULER_QUEUES is changed #119
8+
39
## v1.3.2 🌈
410

511
- Fix issue with job_details template on python3.12 @cyber237 #87

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3.2"
10+
version = "1.3.3"
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)