Version 3.10.1

This commit is contained in:
Tom Christie 2019-07-17 14:17:40 +01:00
parent 45646f4067
commit 9920835772
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
__version__ = '3.10.0'
__version__ = '3.10.1'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

View File

@ -99,7 +99,7 @@ try:
except ImportError:
coreapi = None
# uritemplate is required for OpenAPI schema generation
# uritemplate is required for OpenAPI and CoreAPI schema generation
try:
import uritemplate
except ImportError: