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 62d3565 commit 8bf7f18Copy full SHA for 8bf7f18
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.15.1 (unreleased)
+0.15.1 (03-31-2015)
5
-------------------
6
7
- Pass Autobahn Testsuit tests
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.15.1.dev0'
+__version__ = '0.15.1'
from . import hdrs # noqa
0 commit comments