Skip to content

Commit 83d09c7

Browse files
Update version and release notes for v3.9.3.
1 parent bf9859d commit 83d09c7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/community/release-notes.md

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

4343
### 3.9.2
4444

45+
**Date**: [29th April 2019]
46+
47+
This is the last Django REST Framework release that will support Python 2.
48+
Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10.
49+
50+
* Adjusted the compat check for django-guardian to allow the last guardian
51+
version (v1.4.9) compatible with Python 2. [#6613][gh6613]
52+
53+
### 3.9.2
54+
4555
**Date**: [3rd March 2019][3.9.1-milestone]
4656

4757
* Routers: invalidate `_urls` cache on `register()` [#6407][gh6407]
@@ -2106,3 +2116,6 @@ For older release notes, [please see the version 2.x documentation][old-release-
21062116
[gh6340]: https://github.com/encode/django-rest-framework/issues/6340
21072117
[gh6416]: https://github.com/encode/django-rest-framework/issues/6416
21082118
[gh6407]: https://github.com/encode/django-rest-framework/issues/6407
2119+
2120+
<!-- 3.9.3 -->
2121+
[gh6613]: https://github.com/encode/django-rest-framework/issues/6613

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.9.2'
11+
__version__ = '3.9.3'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
 (0)