Skip to content

Commit f8eed38

Browse files
committed
Bump to 0.20.1
1 parent cf99ebc commit f8eed38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21.0 (XX-XX-XXXX)
4+
0.20.1 (12-30-2015)
55
-------------------
66

77
- Raise RuntimeError is Timeout context manager was used outside of

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.20.0'
3+
__version__ = '0.20.1'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)