Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed May 3, 2017
1 parent a55f075 commit ad09f24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_wsgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
from aiohttp_wsgi.wsgi import WSGIHandler # noqa


__version__ = "0.6.6"
__version__ = "0.7.0"
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ aiohttp-wsgi changelog
.. currentmodule:: aiohttp_wsgi


0.7.0
-----

- Compatibility with aiohttp>=2 (@etianen).
- Added ``"RAW_URI"`` and ``"REQUEST_URI"`` keys to the environ dict, allowing the original quoted path to be accessed (@dahlia).


0.6.6
-----

Expand Down

0 comments on commit ad09f24

Please sign in to comment.