Skip to content

Commit 4d8c65e

Browse files
committed
2.1.1
1 parent 73d5d6c commit 4d8c65e

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
@@ -128,6 +128,12 @@ To run the tests against the current environment:
128128
Changelog
129129
=========
130130

131+
2.1.1
132+
-----
133+
134+
- Add support for byte order markers (BOM) (thanks @Yaoxin)
135+
- Documentation updates (thanks @rjemanuele and @coreyshirk)
136+
131137
2.1.0
132138
-----
133139

@@ -202,4 +208,3 @@ Changelog
202208
-----
203209

204210
- Initial release
205-

rest_framework_csv/__init__.py

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

0 commit comments

Comments
 (0)