Skip to content

Commit 22fbca7

Browse files
committed
uprev
1 parent 50d6d88 commit 22fbca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ History
88
* use ``--root`` as base directory for watching if it's set, #209
99
* add ``MutableValue`` to avoid aiohttp warnings, #215
1010
* improved logging including request time, #217
11+
* remove ``aiohttp_debugtoolbar`` as a requirement, improve CI, #216
1112
* uprev dependencies
1213

1314
0.10.4 (2018-11-19)

aiohttp_devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.10.4')
5+
VERSION = StrictVersion('0.11')

0 commit comments

Comments
 (0)