diff --git a/docs/conf.py b/docs/conf.py index f0441d8a9..600a43759 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/haystack/__init__.py b/haystack/__init__.py index 534b69d45..b3fa1eaa7 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -11,7 +11,7 @@ __author__ = 'Daniel Lindsley' -__version__ = (1, 2, 3) +__version__ = (1, 2, 4) __all__ = ['backend'] diff --git a/setup.py b/setup.py index 3281dc2a2..2502ea70e 100644 --- a/setup.py +++ b/setup.py @@ -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='daniel@toastdriven.com',