We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3aaa4 commit 6feb07dCopy full SHA for 6feb07d
README.rst
@@ -33,6 +33,7 @@ Documentation
33
=============
34
35
* Development version: http://docs.haystacksearch.org/
36
+* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
37
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/
38
* v2.0.X: http://django-haystack.readthedocs.org/en/v2.0.0/
39
* v1.2.X: http://django-haystack.readthedocs.org/en/v1.2.7/
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='django-haystack',
30
- version='2.1.1-dev',
+ version='2.2.0',
31
description='Pluggable search for Django.',
32
author='Daniel Lindsley',
author_email='[email protected]',
0 commit comments