Skip to content

Commit 00a23e0

Browse files
committed
v1.2.0!
1 parent 08f6180 commit 00a23e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0-beta'
50+
release = '1.2.0'
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, 0, 'beta')
14+
__version__ = (1, 2, 0)
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.0-beta',
7+
version='1.2.0',
88
description='Pluggable search for Django.',
99
author='Daniel Lindsley',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)