Skip to content

Commit

Permalink
Bump to 2.3.2b3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2017
1 parent 84863a8 commit 7dea13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.3.2b2'
__version__ = '2.3.2b3'

# This relies on each of the submodules having an __all__ variable.

Expand Down

0 comments on commit 7dea13f

Please sign in to comment.