Skip to content

Commit 75e3d2f

Browse files
committed
Started the development on v2.0.1.
1 parent b9c9e47 commit 75e3d2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '2.0'
48+
version = '2.0.1'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.0.0'
50+
release = '2.0.1-dev'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

haystack/__init__.py

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

88

99
__author__ = 'Daniel Lindsley'
10-
__version__ = (2, 0, 0)
10+
__version__ = (2, 0, 1, 'dev')
1111

1212

1313
# Setup default logging.

setup.py

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

1111
setup(
1212
name='django-haystack',
13-
version='2.0.0',
13+
version='2.0.1-dev',
1414
description='Pluggable search for Django.',
1515
author='Daniel Lindsley',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)