Skip to content

Commit 8daa7eb

Browse files
committed
Merge branch 'hotfix/0.7.1'
2 parents 6a7078f + fb6fb61 commit 8daa7eb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include AUTHORS
2+
include README.rst

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.7'
1+
__version__ = '0.7.1'
22

33

44
def version_hook(config):

docs/changelog.rst

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

4+
v0.7.1 (2013-03-09)
5+
-------------------
6+
7+
* Fixed an installation issues with d2to1.
8+
49
v0.7 (2013-03-09)
510
-----------------
611

0 commit comments

Comments
 (0)