File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# General information about the project.
40
40
project = u'Haystack'
41
- copyright = u'2009-2011 , Daniel Lindsley'
41
+ copyright = u'2009-2012 , Daniel Lindsley'
42
42
43
43
# The version info for the project you're documenting, acts as replacement for
44
44
# |version| and |release|, also used in various other places throughout the
47
47
# The short X.Y version.
48
48
version = '1.2'
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.2.6 '
50
+ release = '1.2.7 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
12
12
13
13
__author__ = 'Daniel Lindsley'
14
- __version__ = (1 , 2 , 6 )
14
+ __version__ = (1 , 2 , 7 )
15
15
__all__ = ['backend' ]
16
16
17
17
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django-haystack' ,
7
- version = '1.2.6 ' ,
7
+ version = '1.2.7 ' ,
8
8
description = 'Pluggable search for Django.' ,
9
9
author = 'Daniel Lindsley' ,
10
10
You can’t perform that action at this time.
0 commit comments