File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '0.7.2 '
1
+ __version__ = '0.8 '
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.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
+
4
13
v0.7.2 (2013-03-23)
5
14
-------------------
6
15
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ classifier =
21
21
Programming Language :: Python
22
22
Programming Language :: Python :: 2.6
23
23
Programming Language :: Python :: 2.7
24
+ Programming Language :: Python :: 3.3
25
+ Programming Language :: Python :: 3.4
24
26
Topic :: Utilities
25
27
requires-dist =
26
28
django-appconf>=0.4.1
You can’t perform that action at this time.
0 commit comments