Skip to content

Commit c4adade

Browse files
committed
Bump version to 3.0
1 parent f989493 commit c4adade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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, 2)
1+
VERSION = (3, 0, 0)
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='3.0.0',
77
author='Selwin Ong',
88
author_email='[email protected]',
99
packages=['django_rq'],

0 commit comments

Comments
 (0)