diff --git a/README.creole b/README.creole index 24ed32d..fd075e7 100644 --- a/README.creole +++ b/README.creole @@ -232,7 +232,7 @@ Maybe other versions are compatible, too. == Changelog == -* **dev** +* [[https://github.com/jedie/django-reversion-compare/compare/v0.6.2...v0.6.3|v0.6.3 - 14.06.2016]]: ** [[https://github.com/jedie/django-reversion-compare/pull/69|Remove unused and deprecated `patters`]] contributed by [[https://github.com/codingjoe|codingjoe]] ** [[https://github.com/jedie/django-reversion-compare/pull/66|Fix django 1.10 warning #66]] contributed by [[https://github.com/pypetey|pypetey]] * [[https://github.com/jedie/django-reversion-compare/compare/v0.6.1...v0.6.2|v0.6.2 - 27.04.2016]]: diff --git a/reversion_compare/__init__.py b/reversion_compare/__init__.py index c5a9515..6d8c55a 100644 --- a/reversion_compare/__init__.py +++ b/reversion_compare/__init__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = "0.6.2" +__version__ = "0.6.3"