Skip to content

Commit 04199ed

Browse files
committed
chore:update version
1 parent f5a84cc commit 04199ed

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+
## v1.3.4 🌈
4+
5+
### 🧰 Maintenance
6+
7+
- Update dependencies to latest versions
8+
39
## v1.3.3 🌈
410

511
### 🐛 Bug Fixes

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.3.3"
10+
version = "1.3.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)