diff --git a/README.rst b/README.rst index 273ea41..2041721 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 ----- diff --git a/rest_framework_csv/__init__.py b/rest_framework_csv/__init__.py index 4eb28e3..b7a5531 100644 --- a/rest_framework_csv/__init__.py +++ b/rest_framework_csv/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' +__version__ = '3.0.1'