Skip to content

Commit

Permalink
Bumped to v1.2.7!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Apr 6, 2012
1 parent 429b234 commit 231f41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -38,7 +38,7 @@

# General information about the project.
project = u'Haystack'
copyright = u'2009-2011, Daniel Lindsley'
copyright = u'2009-2012, 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
Expand All @@ -47,7 +47,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.6'
release = '1.2.7'

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


__author__ = 'Daniel Lindsley'
__version__ = (1, 2, 6)
__version__ = (1, 2, 7)
__all__ = ['backend']


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-haystack',
version='1.2.6',
version='1.2.7',
description='Pluggable search for Django.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand Down

0 comments on commit 231f41f

Please sign in to comment.