Skip to content

Commit 231f41f

Browse files
committed
Bumped to v1.2.7!
1 parent 429b234 commit 231f41f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# General information about the project.
4040
project = u'Haystack'
41-
copyright = u'2009-2011, Daniel Lindsley'
41+
copyright = u'2009-2012, Daniel Lindsley'
4242

4343
# The version info for the project you're documenting, acts as replacement for
4444
# |version| and |release|, also used in various other places throughout the
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.2'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.2.6'
50+
release = '1.2.7'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

haystack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__author__ = 'Daniel Lindsley'
14-
__version__ = (1, 2, 6)
14+
__version__ = (1, 2, 7)
1515
__all__ = ['backend']
1616

1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-haystack',
7-
version='1.2.6',
7+
version='1.2.7',
88
description='Pluggable search for Django.',
99
author='Daniel Lindsley',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)