Skip to content

Commit

Permalink
Bump version to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Nov 3, 2024
1 parent 2453617 commit f629405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 2.10.1 (2024-11-03)
### Version 2.10.3 (2024-11-03)
* Depends on RQ < 2. Thanks @selwin!

### Version 2.10.1 (2023-12-18)
Expand Down
2 changes: 1 addition & 1 deletion django_rq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 10, 1)
VERSION = (2, 10, 3)

from .decorators import job
from .queues import enqueue, get_connection, get_queue, get_scheduler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-rq',
version='2.10.2',
version='2.10.3',
author='Selwin Ong',
author_email='[email protected]',
packages=['django_rq'],
Expand Down

0 comments on commit f629405

Please sign in to comment.