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 73d5d6c commit 4d8c65eCopy full SHA for 4d8c65e
README.rst
@@ -128,6 +128,12 @@ To run the tests against the current environment:
128
Changelog
129
=========
130
131
+2.1.1
132
+-----
133
+
134
+- Add support for byte order markers (BOM) (thanks @Yaoxin)
135
+- Documentation updates (thanks @rjemanuele and @coreyshirk)
136
137
2.1.0
138
-----
139
@@ -202,4 +208,3 @@ Changelog
202
208
203
209
204
210
- Initial release
205
-
rest_framework_csv/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.1.0'
+__version__ = '2.1.1'
0 commit comments