diff --git a/README.rst b/README.rst index 4863f91..fb07176 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,12 @@ To run the tests against the current environment: Changelog ========= +1.3.1 +----- + +- Renderer handles case where data is not a list by wrapping data in a list, via pull request from @dougvk +- Better cross Python version support, via @paurullan and @vishen + 1.3.0 ----- diff --git a/rest_framework_csv/__init__.py b/rest_framework_csv/__init__.py index 19b4f1d..72837bd 100644 --- a/rest_framework_csv/__init__.py +++ b/rest_framework_csv/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'