Skip to content

Commit de528d0

Browse files
committed
Add CHANGES
1 parent 980c0d0 commit de528d0

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,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.13.0 (Unreleased)
4+
0.13.0 (12-29-2014)
55
-------------------
66

77
- `StreamResponse.charset` converts value to lower-case on assigning.
@@ -16,6 +16,8 @@ CHANGES
1616

1717
- Support `aiohtt.web` middlewares #209
1818

19+
- Add ssl_context to TCPConnector #206
20+
1921

2022
0.12.0 (12-12-2014)
2123
-------------------

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.13.0a0'
3+
__version__ = '0.13.0'
44

55

66
from .protocol import * # noqa

0 commit comments

Comments
 (0)