Skip to content

Commit

Permalink
Update version and notes for 3.8.2 release. (#5923)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 6, 2018
1 parent 42eb5a4 commit fb802c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/topics/release-notes.md
Expand Up @@ -40,6 +40,15 @@ You can determine your currently installed version using `pip show`:

## 3.8.x series

### 3.8.2

**Date**: [6th April 2018][3.8.2-milestone]

* Fix `read_only` + `default` `unique_together` validation. [#5922][gh5922]
* authtoken.views import coreapi from rest_framework.compat, not directly. [#5921][gh5921]
* Docs: Add missing argument 'detail' to Route [#5920][gh5920]


### 3.8.1

**Date**: [4th April 2018][3.8.1-milestone]
Expand Down Expand Up @@ -1072,6 +1081,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[3.7.7-milestone]: https://github.com/encode/django-rest-framework/milestone/65?closed=1
[3.8.0-milestone]: https://github.com/encode/django-rest-framework/milestone/61?closed=1
[3.8.1-milestone]: https://github.com/encode/django-rest-framework/milestone/67?closed=1
[3.8.2-milestone]: https://github.com/encode/django-rest-framework/milestone/68?closed=1

<!-- 3.0.1 -->
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
Expand Down Expand Up @@ -1946,3 +1956,8 @@ For older release notes, [please see the version 2.x documentation][old-release-

<!-- 3.8.1 -->
[gh5915]: https://github.com/encode/django-rest-framework/issues/5915

<!-- 3.8.2 -->
[gh5922]: https://github.com/encode/django-rest-framework/issues/5922
[gh5921]: https://github.com/encode/django-rest-framework/issues/5921
[gh5920]: https://github.com/encode/django-rest-framework/issues/5920
2 changes: 1 addition & 1 deletion rest_framework/__init__.py
Expand Up @@ -8,7 +8,7 @@
"""

__title__ = 'Django REST framework'
__version__ = '3.8.1'
__version__ = '3.8.2'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2018 Tom Christie'
Expand Down

0 comments on commit fb802c0

Please sign in to comment.