Skip to content

Commit

Permalink
Bumped to v1.2.4!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed May 28, 2011
1 parent a34f3f9 commit e9c7653
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 = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.3'
release = '1.2.4'

# 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 @@ -11,7 +11,7 @@


__author__ = 'Daniel Lindsley'
__version__ = (1, 2, 3)
__version__ = (1, 2, 4)
__all__ = ['backend']


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

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

0 comments on commit e9c7653

Please sign in to comment.