Skip to content

Commit c8e8610

Browse files
committed
Prepare bug fix release 3.17.1
1 parent 8e99b53 commit c8e8610

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/community/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ You can determine your currently installed version using `pip show`:
3838

3939
## 3.17.x series
4040

41+
### 3.17.1
42+
43+
**Date**: 24th March 2026
44+
45+
#### Bug fixes
46+
47+
* Fix `HTMLFormRenderer` with empty `datetime` values by [@p-r-a-v-i-n](https://github.com/p-r-a-v-i-n) in [#9928](https://github.com/encode/django-rest-framework/pull/9928)
48+
49+
**Full Changelog**: [3.17.0...3.17.1](https://github.com/encode/django-rest-framework/compare/3.17.0...3.17.1)
50+
4151
### 3.17.0
4252

4353
**Date**: 18th March 2026

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '3.17.0'
11+
__version__ = '3.17.1'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD-3-Clause'
1414
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'

0 commit comments

Comments
 (0)