Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Oct 24, 2023
1 parent 9cb1346 commit 4004c72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
Compatibility
-------------

- For compatibility with Python 3 and Django < 3.2, use `djangorestframework-csv<4`
- For compatibility with Python 3 and Django < 3.2, use `djangorestframework-csv<3.0.1`
- For compatibility with Python 2.7, use `djangorestframework-csv<3`

Usage
Expand Down Expand Up @@ -131,6 +131,13 @@ To run the tests against the current environment:
Changelog
=========

3.0.1
-----

- Remove Django tests for all but the currently supported Django versions
(3.2, 4.1, 4.2). Also only keep tests for Python versions compatible with
supported Django versions (3.8 - 3.11).

3.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_csv/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.0.1'

0 comments on commit 4004c72

Please sign in to comment.