Skip to content

Commit 3d44f1d

Browse files
committed
Version bump
1 parent 93236a0 commit 3d44f1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ To run the tests against the current environment:
3939
Changelog
4040
=========
4141

42+
1.2.0
43+
-----
44+
45+
* Support consistent ordering of fields in rendered CSV; thanks to @robguttman
46+
* Support specifying particular fields/headers in custom CSV renderer by
47+
overriding the ``headers`` attribute.
48+
4249
1.1.0
4350
-----
4451

rest_framework_csv/__init__.py

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

0 commit comments

Comments
 (0)