Skip to content

Commit ef08779

Browse files
committed
2.4.0 release candidate 2
1 parent ad90028 commit ef08779

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, 'rc1')
16+
__version__ = (2, 4, 0, 'rc2')
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.0rc1',
32+
version='2.4.0rc2',
3333
description='Pluggable search for Django.',
3434
author='Daniel Lindsley',
3535
author_email='[email protected]',

0 commit comments

Comments
 (0)