diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 5ecc151e5..6a64c8b18 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -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' diff --git a/rest_framework/compat.py b/rest_framework/compat.py index ce3b41c5c..df100966b 100644 --- a/rest_framework/compat.py +++ b/rest_framework/compat.py @@ -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: