Skip to content

Commit 53c06b0

Browse files
committed
Bump to 0.20.0
1 parent 0a89cc2 commit 53c06b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.20.0 (XX-XX-XXXX)
4+
0.20.0 (12-28-2015)
55
-------------------
66

77
- Extend list of web exceptions, add HTTPMisdirectedRequest,

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This relies on each of the submodules having an __all__ variable.
22

3-
__version__ = '0.19.0'
3+
__version__ = '0.20.0'
44

55

66
from . import hdrs # noqa

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.19.0a0.dev{build}
1+
version: 0.20.0a0.dev{build}
22

33
environment:
44
matrix:

0 commit comments

Comments
 (0)