Version 3.16.0

This commit is contained in:
Carlton Gibson 2025-03-28 12:40:45 +01:00
parent 32dbd3525d
commit 7d94af22e1
2 changed files with 13 additions and 1 deletions

View File

@ -36,6 +36,18 @@ You can determine your currently installed version using `pip show`:
--- ---
## 3.16.x series
### 3.16.0
**Date**: 28th March 2024
A maintenance release primarily updating supported Python and Django versions.
* Adds support for Django 5.1 and the upcoming Django 5.2 LTS [#9514](https://github.com/encode/django-rest-framework/issues/9514) [#9634](https://github.com/encode/django-rest-framework/issues/9634)
* Adds support for Python 3.13. [#9527](https://github.com/encode/django-rest-framework/issues/9527)
* Drops Python 3.8 as EOL [#9670](https://github.com/encode/django-rest-framework/pull/9670)
## 3.15.x series ## 3.15.x series
### 3.15.2 ### 3.15.2

View File

@ -8,7 +8,7 @@ ______ _____ _____ _____ __
""" """
__title__ = 'Django REST framework' __title__ = 'Django REST framework'
__version__ = '3.15.2' __version__ = '3.16.0'
__author__ = 'Tom Christie' __author__ = 'Tom Christie'
__license__ = 'BSD 3-Clause' __license__ = 'BSD 3-Clause'
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd' __copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'