We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c0d0 commit de528d0Copy full SHA for de528d0
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.13.0 (Unreleased)
+0.13.0 (12-29-2014)
5
-------------------
6
7
- `StreamResponse.charset` converts value to lower-case on assigning.
@@ -16,6 +16,8 @@ CHANGES
16
17
- Support `aiohtt.web` middlewares #209
18
19
+- Add ssl_context to TCPConnector #206
20
+
21
22
0.12.0 (12-12-2014)
23
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.13.0a0'
+__version__ = '0.13.0'
from .protocol import * # noqa
0 commit comments