Skip to content

Commit edad3db

Browse files
committed
v2.4.0 release candidate
1 parent e8e232b commit edad3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haystack/__init__.py

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

1414

1515
__author__ = 'Daniel Lindsley'
16-
__version__ = (2, 4, 0, 'dev')
16+
__version__ = (2, 4, 0, 'rc1')
1717

1818

1919
# Setup default logging.

setup.py

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

3030
setup(
3131
name='django-haystack',
32-
version='2.4.0.dev1',
32+
version='2.4.0rc1',
3333
description='Pluggable search for Django.',
3434
author='Daniel Lindsley',
3535
author_email='[email protected]',

0 commit comments

Comments
 (0)