We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1686c commit 0b75059Copy full SHA for 0b75059
sanic/__version__.py
@@ -1 +1 @@
1
-__version__ = "21.12.1"
+__version__ = "21.12.2"
sanic/mixins/routes.py
@@ -16,7 +16,7 @@
16
from sanic.compat import stat_async
17
from sanic.constants import DEFAULT_HTTP_CONTENT_TYPE, HTTP_METHODS
18
from sanic.errorpages import RESPONSE_MAPPING
19
-from sanic.exceptions import FileNotFound, HeaderNotFound, RangeNotSatisfiable
+from sanic.exceptions import ContentRangeError, FileNotFound, HeaderNotFound
20
from sanic.handlers import ContentRangeHandler
21
from sanic.log import deprecation, error_logger
22
from sanic.models.futures import FutureRoute, FutureStatic
0 commit comments