Skip to content

Commit f629405

Browse files
committed
Bump version to 2.10.3
1 parent 2453617 commit f629405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Version 2.10.1 (2024-11-03)
1+
### Version 2.10.3 (2024-11-03)
22
* Depends on RQ < 2. Thanks @selwin!
33

44
### Version 2.10.1 (2023-12-18)

django_rq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 10, 1)
1+
VERSION = (2, 10, 3)
22

33
from .decorators import job
44
from .queues import enqueue, get_connection, get_queue, get_scheduler

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-rq',
6-
version='2.10.2',
6+
version='2.10.3',
77
author='Selwin Ong',
88
author_email='[email protected]',
99
packages=['django_rq'],

0 commit comments

Comments
 (0)