From 3da9a534441640ecfe1f93d691a5200308ec9088 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 9 Oct 2019 17:57:50 +0300 Subject: [PATCH] Bump to 3.6.2a2 --- aiohttp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index fe0bc602e85..1ff0561006c 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.6.2a1' +__version__ = '3.6.2a2' from typing import Tuple # noqa