From 82c9fa029a652b03c8ae1b2db24a5ab2ea1b629b Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Sun, 28 Jul 2013 14:36:57 -0700 Subject: [PATCH] Bumped to v2.1.0! --- docs/conf.py | 6 +++--- docs/index.rst | 2 +- haystack/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d1deeb8cb..8bc4cc0ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,16 +38,16 @@ # General information about the project. project = u'Haystack' -copyright = u'2009-2012, Daniel Lindsley' +copyright = u'2009-2013, Daniel Lindsley' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.0.1' +version = '2.1.0' # The full version, including alpha/beta/rc tags. -release = '2.0.1-dev' +release = '2.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index f680ae7f7..fddae9d6e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -110,7 +110,7 @@ Requirements Haystack has a relatively easily-met set of requirements. -* Python 2.6+ +* Python 2.6+ or Python 3.3+ * Django 1.5+ Additionally, each backend has its own requirements. You should refer to diff --git a/haystack/__init__.py b/haystack/__init__.py index 4e10fd4af..538c0f78d 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -8,7 +8,7 @@ __author__ = 'Daniel Lindsley' -__version__ = (2, 0, 1, 'dev') +__version__ = (2, 1, 0) # Setup default logging.