Skip to content

Commit b116600

Browse files
committed
1.3.3
1 parent a339239 commit b116600

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Usage
3333
renderer_classes = (r.CSVRenderer, ) + api_settings.DEFAULT_RENDERER_CLASSES
3434
...
3535
36-
Alternatively, to set CSV as a default rendered format, add the following to the
36+
Alternatively, to set CSV as a default rendered format, add the following to the
3737
`settings.py` file:
3838

3939
.. code-block:: python
@@ -81,6 +81,11 @@ To run the tests against the current environment:
8181
Changelog
8282
=========
8383

84+
1.3.2/1.3.3
85+
-----------
86+
87+
- Support unicode CSV parsing, and universal newlines
88+
8489
1.3.1
8590
-----
8691

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.2'
1+
__version__ = '1.3.3'

0 commit comments

Comments
 (0)