Skip to content

Commit b3ed6cd

Browse files
committed
Bump version number to 2.4.0-dev
1 parent 1ab44b5 commit b3ed6cd

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
@@ -8,7 +8,7 @@
88

99

1010
__author__ = 'Daniel Lindsley'
11-
__version__ = (2, 3, 2, 'dev')
11+
__version__ = (2, 4, 0, 'dev')
1212

1313

1414
# Setup default logging.

setup.py

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

2727
setup(
2828
name='django-haystack',
29-
version='2.3.1',
29+
version='2.4.0-dev',
3030
description='Pluggable search for Django.',
3131
author='Daniel Lindsley',
3232
author_email='[email protected]',

0 commit comments

Comments
 (0)