From 6c58acac8df6e1f460d776377612f965dd1f450c Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Wed, 9 Apr 2014 12:11:29 +0200 Subject: [PATCH] bump version and changelog --- docs/changelog.rst | 4 ++-- docs/conf.py | 4 ++-- polymorphic/__version__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ead5809..7a30640 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========== -Version 0.5.4 (in development) ------------------------------- +Version 0.5.4 (2014-04-09) +-------------------------- * Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset. * Fix missing ``alters_data = True`` annotations on the overwritten ``save()`` methods. diff --git a/docs/conf.py b/docs/conf.py index e01de06..a74890d 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.5.3' +version = '0.5.4' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/polymorphic/__version__.py b/polymorphic/__version__.py index 202b7e2..b50e414 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.3" +__version__ = "0.5.4"