Skip to content

Commit 6953776

Browse files
committed
Update version and changelog
1 parent f768d96 commit 6953776

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ celery_haystack/tests/whoosh_index
44
*.egg
55
*.egg-info
66
.coverage
7-
docs/_build
7+
docs/_build
8+
build/
9+
dist/
10+
.eggs/
11+
MANIFEST

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include AUTHORS
2-
include README.rst
2+
include LICENSE
3+
include README.rst

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ By default a few dependencies will automatically be installed:
4040
race conditions as described in `Celery's user guide`_."
4141

4242
.. _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
4444
.. _`Celery's user guide`: http://celery.readthedocs.org/en/latest/userguide/tasks.html#database-transactions
4545

4646
Usage

celery_haystack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8'
1+
__version__ = '0.9'
22

33

44
def version_hook(config):

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v0.9 (unreleased)
4+
v0.9 (2015-06-13)
55
-----------------
66

77
* Moved to Haystack GitHub org: https://github.com/django-haystack/celery-haystack
@@ -99,7 +99,7 @@ v0.6 (2012-06-27)
9999
* Improved support for multiple search indexes as implemented by
100100
Haystack 2.X. Many thanks to Germán M. Bravo (Kronuz).
101101

102-
.. _`django-celery-transactions`: https://github.com/chrisdoble/django-celery-transactions
102+
.. _`django-celery-transactions`: https://github.com/chrisdoble/django-celery-transactions
103103
.. _`Celery's user guide`: http://celery.readthedocs.org/en/latest/userguide/tasks.html#database-transactions
104104

105105
v0.5 (2012-05-23)

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ extra_files =
3939

4040
[backwards_compat]
4141
zip_safe = False
42+
43+
[wheel]
44+
universal = 1

0 commit comments

Comments
 (0)