diff --git a/docs/changelog.rst b/docs/changelog.rst index dee584e..905eb7a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========== +Version 0.6.1 (in git) +---------------------- + +* Remove Django 1.7 warnings + + Version 0.6 (2014-10-14) ------------------------ diff --git a/polymorphic/__version__.py b/polymorphic/__version__.py index 0547850..538ab00 100644 --- a/polymorphic/__version__.py +++ b/polymorphic/__version__.py @@ -11,4 +11,4 @@ Release logic: 6. git commit 7. push to github """ -__version__ = "0.6" +__version__ = "0.6.1"