diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7649ac35..d97c8307 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +Version 20.6.3 +=============== + +Bugfixes +******** + + * + `#1884 `_ + Revert change to multiprocessing mode + + Version 20.6.2 =============== diff --git a/sanic/__version__.py b/sanic/__version__.py index 0079f89d..470130c1 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "20.6.2" +__version__ = "20.6.3"