Skip to content

Commit 1a13a6c

Browse files
committed
Version bump
1 parent 1682e9e commit 1a13a6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ To run the tests against the current environment:
8181
Changelog
8282
=========
8383

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+
8490
1.3.0
8591
-----
8692

rest_framework_csv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.3.1'

0 commit comments

Comments
 (0)