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 f372875 commit 47cc739Copy full SHA for 47cc739
CHANGES.txt
@@ -1,10 +1,10 @@
1
CHANGES
2
=======
3
4
-0.21.2 (XX-XX-XXXX)
+0.21.2 (02-16-2016)
5
-------------------
6
7
-- Fix regression support for handling ~/path in static file routes was
+- Fix a regression: support for handling ~/path in static file routes was
8
broken #782
9
10
0.21.1 (02-10-2016)
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.21.1'
+__version__ = '0.21.2'
from . import hdrs # noqa
0 commit comments