Skip to content

Commit 74cc25c

Browse files
committed
Bump to 1.1.0
1 parent 17b8948 commit 74cc25c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Changes
22
=======
33

4-
1.X.X (YYYY-MM-DD)
4+
1.1.0 (2017-11-03)
55
------------------
66

7+
- Upgrade middleware to new style from aiohttp 2.3+
8+
79

810
1.0.1 (2017-09-13)
911
------------------

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from aiohttp import web
1010

1111

12-
__version__ = '1.0.2dev0'
12+
__version__ = '1.1.0'
1313

1414

1515
class Session(MutableMapping):

0 commit comments

Comments
 (0)