Skip to content

Commit ec88bd8

Browse files
committed
Update version and changelog
1 parent c911e8d commit ec88bd8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

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

33

44
def version_hook(config):

docs/changelog.rst

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

4+
v0.8 (2014-07-31)
5+
-------------------
6+
7+
* Fix bug when using multiple Haystack indizes
8+
9+
* Fixed merge bug where primary key of object was cast to int
10+
11+
* Add compatibility for Python 3.3, 3.4, Celery 3.X
12+
413
v0.7.2 (2013-03-23)
514
-------------------
615

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifier =
2121
Programming Language :: Python
2222
Programming Language :: Python :: 2.6
2323
Programming Language :: Python :: 2.7
24+
Programming Language :: Python :: 3.3
25+
Programming Language :: Python :: 3.4
2426
Topic :: Utilities
2527
requires-dist =
2628
django-appconf>=0.4.1

0 commit comments

Comments
 (0)