From f891995b487f01ff1207afcd241ae359725a8e3c Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 29 Sep 2022 13:04:46 +0300 Subject: [PATCH] Start v22.12 --- sanic/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/__version__.py b/sanic/__version__.py index 3a3c0f9f..5b00c1e1 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "22.9.0" +__version__ = "22.12.0a0"