From fd8e91e92f11a0d39655f157b851d1e3827c22ef Mon Sep 17 00:00:00 2001 From: Johannes Gorset Date: Fri, 20 Apr 2012 12:56:16 +0200 Subject: [PATCH] Bump version to 1.1.1 --- HISTORY.rst | 7 +++++++ respite/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2c98693..88ff0f1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,15 @@ History ------- +1.1.1 +^^^^^ + +* You may now render errors more easily with ``View#_error``. +* Respite will now automatically serialize DateQuerySet and ValuesListQuerySet. + 1.1.0 ^^^^^ + * Respite now serializes JSONP. * Fixed a bug that caused an AttributeError upon attempting to serialize a top-level list as XML. diff --git a/respite/version.py b/respite/version.py index 6df8ed0..b3ddbc4 100644 --- a/respite/version.py +++ b/respite/version.py @@ -1 +1 @@ -__version__ = '1.1.0' \ No newline at end of file +__version__ = '1.1.1'