From 992083577288f1b15c16bd0a9703e890e16af19c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 17 Jul 2019 14:17:40 +0100 Subject: [PATCH] Version 3.10.1 --- rest_framework/__init__.py | 2 +- rest_framework/compat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: