Skip to content

Commit

Permalink
Bump version to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Mar 23, 2024
1 parent db057f1 commit 97e6bf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.10.2 (2024-03-23)
* Added support for Django 5.0. Thanks @selwin!
* Fixed an error in Python 3.12. Thanks @selwin!
* Fixes an issue that may happen if Redis port is not specified. Thanks @terencehonles!

### Version 2.10.1 (2023-12-18)
* Fixed packaging issues with 2.10.0.

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, 2)

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.1',
version='2.10.2',
author='Selwin Ong',
author_email='[email protected]',
packages=['django_rq'],
Expand Down

0 comments on commit 97e6bf2

Please sign in to comment.