Skip to content

Commit 87379e5

Browse files
committed
Release as v0.5.4
1 parent 62f0b77 commit 87379e5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.creole

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,14 @@ e.g.:
172172
|>=v0.4 | v1.7 | v2.7, v3.4
173173
|<v0.4 | v1.4
174174

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.
176177

177178
== changelog ==
178179

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]]:
180183
** Update admin.py to avoid RemovedInDjango19Warning (contributed by luzfcb)
181184
* [[https://github.com/jedie/django-reversion-compare/compare/v0.5.1...v0.5.2|v0.5.2 - 14.04.2015]]:
182185
** contributed by Samuel Spencer:

reversion_compare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding: utf-8
22

3-
__version__ = "0.5.3"
3+
__version__ = "0.5.4"

0 commit comments

Comments
 (0)