We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1682e9e commit 1a13a6cCopy full SHA for 1a13a6c
README.rst
@@ -81,6 +81,12 @@ To run the tests against the current environment:
81
Changelog
82
=========
83
84
+1.3.1
85
+-----
86
+
87
+- Renderer handles case where data is not a list by wrapping data in a list, via pull request from @dougvk
88
+- Better cross Python version support, via @paurullan and @vishen
89
90
1.3.0
91
-----
92
rest_framework_csv/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.3.0'
+__version__ = '1.3.1'
0 commit comments