File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- tip (unreleased )
5
- ----------------
4
+ 1.5.3 (2014-11-18 )
5
+ ------------------
6
6
- Fix migrations while using ``order_with_respsect_to `` (gh-140)
7
7
- Fix migrations using south
8
8
- Allow history accessor class to be overridden in ``register() ``
Original file line number Diff line number Diff line change 31
31
'Programming Language :: Python :: 3' ,
32
32
'Programming Language :: Python :: 3.2' ,
33
33
'Programming Language :: Python :: 3.3' ,
34
+ 'Programming Language :: Python :: 3.4' ,
34
35
"License :: OSI Approved :: BSD License" ,
35
36
],
36
37
tests_require = tests_require ,
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '1.5.1 '
3
+ __version__ = '1.5.3 '
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments