From b5df9aaf70bfcf93cfac66c7286fb6735a7af113 Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Sat, 14 May 2011 02:32:16 -0500 Subject: [PATCH] Bumped to v1.2.1. --- docs/conf.py | 2 +- haystack/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4d468bdb7..6ba9a254c 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.0' +release = '1.2.1' # 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 709c77a7d..9e063e690 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -11,7 +11,7 @@ __author__ = 'Daniel Lindsley' -__version__ = (1, 2, 0) +__version__ = (1, 2, 1) __all__ = ['backend'] diff --git a/setup.py b/setup.py index 45d0aca96..9cd29bd3b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-haystack', - version='1.2.0', + version='1.2.1', description='Pluggable search for Django.', author='Daniel Lindsley', author_email='daniel@toastdriven.com',