From 6d043d35d221341141a1ac9c747163548806412b Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 14 Oct 2014 17:32:40 +0200 Subject: [PATCH] Bump version to 0.6.1 already --- docs/changelog.rst | 6 ++++++ polymorphic/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"