From 1958146f10653ae075fa09ffcb8b46d3be3b3bb4 Mon Sep 17 00:00:00 2001 From: Gavin Wahl Date: Fri, 24 May 2013 15:37:01 -0600 Subject: [PATCH] Increase version and add django 1.6 support to the changelog --- docs/changelog.rst | 5 +++++ polymorphic/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"