Skip to content

Commit 0b75059

Browse files
committed
Version Bump
1 parent 5b1686c commit 0b75059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sanic/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "21.12.1"
1+
__version__ = "21.12.2"

sanic/mixins/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from sanic.compat import stat_async
1717
from sanic.constants import DEFAULT_HTTP_CONTENT_TYPE, HTTP_METHODS
1818
from sanic.errorpages import RESPONSE_MAPPING
19-
from sanic.exceptions import FileNotFound, HeaderNotFound, RangeNotSatisfiable
19+
from sanic.exceptions import ContentRangeError, FileNotFound, HeaderNotFound
2020
from sanic.handlers import ContentRangeHandler
2121
from sanic.log import deprecation, error_logger
2222
from sanic.models.futures import FutureRoute, FutureStatic

0 commit comments

Comments
 (0)