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 50d6d88 commit 22fbca7Copy full SHA for 22fbca7
HISTORY.rst
@@ -8,6 +8,7 @@ History
8
* use ``--root`` as base directory for watching if it's set, #209
9
* add ``MutableValue`` to avoid aiohttp warnings, #215
10
* improved logging including request time, #217
11
+* remove ``aiohttp_debugtoolbar`` as a requirement, improve CI, #216
12
* uprev dependencies
13
14
0.10.4 (2018-11-19)
aiohttp_devtools/version.py
@@ -2,4 +2,4 @@
2
3
__all__ = ['VERSION']
4
5
-VERSION = StrictVersion('0.10.4')
+VERSION = StrictVersion('0.11')
0 commit comments