File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -172,11 +172,14 @@ e.g.:
172
172
|>=v0.4 | v1.7 | v2.7, v3.4
173
173
|<v0.4 | v1.4
174
174
175
- (These are the unittests variants. Maybe other versions are compatible, too.)
175
+ These are the unittests variants. See also: [[https://github.com/jedie/django-reversion-compare/blob/master/.travis.yml|/.travis.yml ]]
176
+ Maybe other versions are compatible, too.
176
177
177
178
== changelog ==
178
179
179
- * v0.5.3 - 13.07.2015
180
+ * [[https://github.com/jedie/django-reversion-compare/compare/v0.5.3...v0.5.4|v0.5.4 - 22.07.2015 ]]:
181
+ ** One to one field custom related name fix [[https://github.com/jedie/django-reversion-compare/pull/42|#42 ]] (contributed by frwickst and aemdy)
182
+ * [[https://github.com/jedie/django-reversion-compare/compare/v0.5.2...v0.5.3|v0.5.3 - 13.07.2015 ]]:
180
183
** Update admin.py to avoid RemovedInDjango19Warning (contributed by luzfcb)
181
184
* [[https://github.com/jedie/django-reversion-compare/compare/v0.5.1...v0.5.2|v0.5.2 - 14.04.2015 ]]:
182
185
** contributed by Samuel Spencer:
Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- __version__ = "0.5.3 "
3
+ __version__ = "0.5.4 "
You can’t perform that action at this time.
0 commit comments