Skip to content

Commit

Permalink
Add CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 29, 2014
1 parent 980c0d0 commit de528d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

0.13.0 (Unreleased)
0.13.0 (12-29-2014)
-------------------

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

- Support `aiohtt.web` middlewares #209

- Add ssl_context to TCPConnector #206


0.12.0 (12-12-2014)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit de528d0

Please sign in to comment.