Skip to content

Commit 6e818f3

Browse files
committed
Bump to 2.2.0
1 parent 179bf0a commit 6e818f3

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CHANGES.rst

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

4-
2.2.0 (2017-xx-xx)
4+
2.2.0 (2017-06-20)
55
------------------
66

77
- Add doc for add_head, update doc for add_get. #1944
@@ -40,15 +40,10 @@ Changes
4040

4141
- Fix BadStatusLine caused by extra `CRLF` after `POST` data #1792
4242

43-
- Keep a reference to ClientSession in response object #1985
43+
- Keep a reference to `ClientSession` in response object #1985
4444

45-
-
45+
- Deprecate undocumented `app.on_loop_available` signal #1978
4646

47-
- Deprecate undocumented app.on_loop_available signal #1978
48-
49-
-
50-
51-
-
5247

5348

5449
2.1.0 (2017-05-26)

aiohttp/__init__.py

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

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

0 commit comments

Comments
 (0)