Skip to content

Commit

Permalink
Bumped to v2.1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Jul 28, 2013
1 parent a752f1f commit 82c9fa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion haystack/__init__.py
Expand Up @@ -8,7 +8,7 @@


__author__ = 'Daniel Lindsley'
__version__ = (2, 0, 1, 'dev')
__version__ = (2, 1, 0)


# Setup default logging.
Expand Down

0 comments on commit 82c9fa0

Please sign in to comment.