Skip to content

Commit

Permalink
re-export aiohttp.web and .hdrs
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Oct 2, 2018
1 parent a99b536 commit b8706c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
trio-aiohttp (0.2.3-1) unstable; urgency=medium

* Add exports

-- Matthias Urlichs <[email protected]> Tue, 02 Oct 2018 10:03:20 +0200

trio-aiohttp (0.2.2-2) unstable; urgency=medium

* Add debian/copyright
Expand Down
2 changes: 1 addition & 1 deletion trio_aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from functools import partial

__all__ = "websocket route head get post put patch delete view run".split()
__all__ = "websocket route head get post put patch delete view run web hdrs".split()

#from ._version import __version__

Expand Down
2 changes: 1 addition & 1 deletion trio_aiohttp/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit b8706c6

Please sign in to comment.