Skip to content

Commit

Permalink
Update version and release notes for v3.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored Apr 29, 2019
1 parent bf9859d commit 83d09c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/community/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ You can determine your currently installed version using `pip show`:

### 3.9.2

**Date**: [29th April 2019]

This is the last Django REST Framework release that will support Python 2.
Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10.

* Adjusted the compat check for django-guardian to allow the last guardian
version (v1.4.9) compatible with Python 2. [#6613][gh6613]

### 3.9.2

**Date**: [3rd March 2019][3.9.1-milestone]

* Routers: invalidate `_urls` cache on `register()` [#6407][gh6407]
Expand Down Expand Up @@ -2106,3 +2116,6 @@ For older release notes, [please see the version 2.x documentation][old-release-
[gh6340]: https://github.com/encode/django-rest-framework/issues/6340
[gh6416]: https://github.com/encode/django-rest-framework/issues/6416
[gh6407]: https://github.com/encode/django-rest-framework/issues/6407

<!-- 3.9.3 -->
[gh6613]: https://github.com/encode/django-rest-framework/issues/6613
2 changes: 1 addition & 1 deletion rest_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__title__ = 'Django REST framework'
__version__ = '3.9.2'
__version__ = '3.9.3'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
Expand Down

0 comments on commit 83d09c7

Please sign in to comment.