Skip to content

Commit 169e443

Browse files
committed
update version and changes
1 parent 1b6eeaf commit 169e443

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGES
22
-------
33

4+
0.4.0 (2017-05-04)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
* Added asyncio trove classifier
8+
9+
* Addes support for aiohttp>=2.0.7
10+
11+
412
0.3.0 (2016-11-18)
513
^^^^^^^^^^^^^^^^^^
614

aiohttp_debugtoolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .middlewares import toolbar_middleware_factory, middleware
22
from .main import setup, APP_KEY
33

4-
__version__ = '0.3.0'
4+
__version__ = '0.4.0'
55

66
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)