Skip to content

Commit b9c9e47

Browse files
committed
Bumped to v2.0.0!
1 parent 5834265 commit b9c9e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.0.0b0'
50+
release = '2.0.0'
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, 'beta')
10+
__version__ = (2, 0, 0)
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.0b0',
13+
version='2.0.0',
1414
description='Pluggable search for Django.',
1515
author='Daniel Lindsley',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)