File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Documentation
33
33
=============
34
34
35
35
* Development version: http://docs.haystacksearch.org/
36
+ * v2.4.X: http://django-haystack.readthedocs.org/en/v2.4.1/
36
37
* v2.3.X: http://django-haystack.readthedocs.org/en/v2.3.0/
37
38
* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
38
39
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
50
50
# The short X.Y version.
51
- version = '2.4.0 '
51
+ version = '2.4'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '2.4.0 '
53
+ release = '2.4.1 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 13
13
14
14
15
15
__author__ = 'Daniel Lindsley'
16
- __version__ = (2 , 4 , 0 )
16
+ __version__ = (2 , 4 , 1 )
17
17
18
18
19
19
# Setup default logging.
Original file line number Diff line number Diff line change 29
29
30
30
setup (
31
31
name = 'django-haystack' ,
32
- version = '2.4.0 ' ,
32
+ version = '2.4.1 ' ,
33
33
description = 'Pluggable search for Django.' ,
34
34
author = 'Daniel Lindsley' ,
35
35
You can’t perform that action at this time.
0 commit comments