Skip to content

Commit 9aed7ad

Browse files
committed
v2.4.1
1 parent 93cc7e7 commit 9aed7ad

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Documentation
3333
=============
3434

3535
* Development version: http://docs.haystacksearch.org/
36+
* v2.4.X: http://django-haystack.readthedocs.org/en/v2.4.1/
3637
* v2.3.X: http://django-haystack.readthedocs.org/en/v2.3.0/
3738
* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
3839
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949

5050
# The short X.Y version.
51-
version = '2.4.0'
51+
version = '2.4'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.4.0'
53+
release = '2.4.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

haystack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
__author__ = 'Daniel Lindsley'
16-
__version__ = (2, 4, 0)
16+
__version__ = (2, 4, 1)
1717

1818

1919
# Setup default logging.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='django-haystack',
32-
version='2.4.0',
32+
version='2.4.1',
3333
description='Pluggable search for Django.',
3434
author='Daniel Lindsley',
3535
author_email='[email protected]',

0 commit comments

Comments
 (0)