diff --git a/docs/changelog.rst b/docs/changelog.rst index 44ded5f..6fa06e0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========== +Version 0.5.1 +------------- + +* Add Django 1.6 support. + Version 0.5 (2013-04-20) ------------------------ diff --git a/polymorphic/__version__.py b/polymorphic/__version__.py index 451a48a..2800cab 100644 --- a/polymorphic/__version__.py +++ b/polymorphic/__version__.py @@ -11,4 +11,4 @@ Release logic: 6. git commit 7. push to github """ -__version__ = "0.5" +__version__ = "0.5.1"