From b173318b8cf7c482c59822b1a9fae4647c07e129 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 30 Dec 2014 13:32:20 +0100 Subject: [PATCH] Bump Version (setup.py was already up to date) --- docs/changelog.rst | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2beb808..51eb246 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========== -Version 0.6.1 (in git) ----------------------- +Version 0.6.1 (2014-12-30) +-------------------------- * Remove Django 1.7 warnings * Fix Django 1.4/1.5 queryset calls on related objects for unknown methods. diff --git a/docs/conf.py b/docs/conf.py index 542a62e..6a2e430 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.6.1' # The full version, including alpha/beta/rc tags. -release = '0.6' +release = '0.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.