File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ celery_haystack/tests/whoosh_index
4
4
* .egg
5
5
* .egg-info
6
6
.coverage
7
- docs /_build
7
+ docs /_build
8
+ build /
9
+ dist /
10
+ .eggs /
11
+ MANIFEST
Original file line number Diff line number Diff line change 1
1
include AUTHORS
2
- include README.rst
2
+ include LICENSE
3
+ include README.rst
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ By default a few dependencies will automatically be installed:
40
40
race conditions as described in `Celery's user guide `_."
41
41
42
42
.. _django-appconf : http://pypi.python.org/pypi/django-appconf
43
- .. _`django-celery-transactions` : https://github.com/chrisdoble/django-celery-transactions
43
+ .. _`django-celery-transactions` : https://github.com/chrisdoble/django-celery-transactions
44
44
.. _`Celery's user guide` : http://celery.readthedocs.org/en/latest/userguide/tasks.html#database-transactions
45
45
46
46
Usage
Original file line number Diff line number Diff line change 1
- __version__ = '0.8 '
1
+ __version__ = '0.9 '
2
2
3
3
4
4
def version_hook (config ):
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v0.9 (unreleased )
4
+ v0.9 (2015-06-13 )
5
5
-----------------
6
6
7
7
* Moved to Haystack GitHub org: https://github.com/django-haystack/celery-haystack
@@ -99,7 +99,7 @@ v0.6 (2012-06-27)
99
99
* Improved support for multiple search indexes as implemented by
100
100
Haystack 2.X. Many thanks to Germán M. Bravo (Kronuz).
101
101
102
- .. _`django-celery-transactions` : https://github.com/chrisdoble/django-celery-transactions
102
+ .. _`django-celery-transactions` : https://github.com/chrisdoble/django-celery-transactions
103
103
.. _`Celery's user guide` : http://celery.readthedocs.org/en/latest/userguide/tasks.html#database-transactions
104
104
105
105
v0.5 (2012-05-23)
Original file line number Diff line number Diff line change @@ -39,3 +39,6 @@ extra_files =
39
39
40
40
[backwards_compat]
41
41
zip_safe = False
42
+
43
+ [wheel]
44
+ universal = 1
You can’t perform that action at this time.
0 commit comments