Skip to content

Commit

Permalink
Bumped to v2.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed May 12, 2013
1 parent 5834265 commit b9c9e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0b0'
release = '2.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion haystack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__author__ = 'Daniel Lindsley'
__version__ = (2, 0, 0, 'beta')
__version__ = (2, 0, 0)


# Setup default logging.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-haystack',
version='2.0.0b0',
version='2.0.0',
description='Pluggable search for Django.',
author='Daniel Lindsley',
author_email='[email protected]',
Expand Down

0 comments on commit b9c9e47

Please sign in to comment.