From 7dea13fe4787551a8461af39fbc2444b205cdc95 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 1 Nov 2017 13:13:51 +0200 Subject: [PATCH] Bump to 2.3.2b3 --- .appveyor.yml | 2 +- aiohttp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5fcc9c5ca8e..b0294bbf823 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,7 +11,7 @@ environment: - PYTHON: "C:\\Python36-x64" install: - - "tools/build.cmd %PYTHON%\\python.exe -m pip install wheel" + - "tools/build.cmd %PYTHON%\\python.exe -m pip install -U wheel setuptools" - "tools/build.cmd %PYTHON%\\python.exe -m pip install -r requirements/ci.txt" build: false diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 6cb53a6eecb..9d8552410df 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.2b2' +__version__ = '2.3.2b3' # This relies on each of the submodules having an __all__ variable.