Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Oct 24, 2023
1 parent 6223a2c commit 5d3529a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ To run the tests against the current environment:
Changelog
=========

3.0.0
-----

- Removed compatibility with Python 2
- Added compatibility with Django up to 3.2 and 4.2
(thanks to work from @TTycho, @awais786, @arpitjain799, @tirkarthi)

2.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.3
Django>=1.11
djangorestframework
2 changes: 1 addition & 1 deletion rest_framework_csv/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '3.0.0'

0 comments on commit 5d3529a

Please sign in to comment.