Skip to content

Commit be0d802

Browse files
committed
Bumped to v1.2.6!
1 parent 19bf4e8 commit be0d802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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, 'beta')
14+
__version__ = (1, 2, 6)
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-beta',
7+
version='1.2.6',
88
description='Pluggable search for Django.',
99
author='Daniel Lindsley',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)