From 3d44f1ddeb41c428e05d095576e8e32832cbe4b2 Mon Sep 17 00:00:00 2001 From: Mjumbe Wawatu Ukweli Date: Thu, 23 May 2013 11:41:45 -0400 Subject: [PATCH] Version bump --- README.rst | 7 +++++++ rest_framework_csv/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 85e2e86..2adaa69 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,13 @@ To run the tests against the current environment: Changelog ========= +1.2.0 +----- + +* Support consistent ordering of fields in rendered CSV; thanks to @robguttman +* Support specifying particular fields/headers in custom CSV renderer by + overriding the ``headers`` attribute. + 1.1.0 ----- diff --git a/rest_framework_csv/__init__.py b/rest_framework_csv/__init__.py index 1a72d32..58d478a 100644 --- a/rest_framework_csv/__init__.py +++ b/rest_framework_csv/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'