Skip to content

Commit 5d3529a

Browse files
committed
3.0.0
1 parent 6223a2c commit 5d3529a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ To run the tests against the current environment:
128128
Changelog
129129
=========
130130

131+
3.0.0
132+
-----
133+
134+
- Removed compatibility with Python 2
135+
- Added compatibility with Django up to 3.2 and 4.2
136+
(thanks to work from @TTycho, @awais786, @arpitjain799, @tirkarthi)
137+
131138
2.1.1
132139
-----
133140

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django>=1.3
1+
Django>=1.11
22
djangorestframework

rest_framework_csv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.1'
1+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)