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 95e711f commit e65d3f8Copy full SHA for e65d3f8
CHANGES.txt
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.22.0 (XX-XX-XXXX)
+0.22.0 (08-15-2016)
5
-------------------
6
7
- Fix bug in serving static directory #803
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.22.0b6'
+__version__ = '0.22.0'
import multidict # noqa
0 commit comments