Skip to content

Commit a9f9714

Browse files
committed
Bump to 1.1.3
1 parent 642710f commit a9f9714

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

4+
1.1.3 (2016-11-10)
5+
------------------
6+
7+
- Support *root* resources for sub-applications #1379
8+
9+
410
1.1.2 (2016-11-08)
511
------------------
612

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.2'
1+
__version__ = '1.1.3'
22

33
# Deprecated, keep it here for a while for backward compatibility.
44
import multidict # noqa

0 commit comments

Comments
 (0)