diff --git a/HISTORY.rst b/HISTORY.rst index 1324f03d..2a683635 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,7 @@ History * use ``--root`` as base directory for watching if it's set, #209 * add ``MutableValue`` to avoid aiohttp warnings, #215 * improved logging including request time, #217 +* remove ``aiohttp_debugtoolbar`` as a requirement, improve CI, #216 * uprev dependencies 0.10.4 (2018-11-19) diff --git a/aiohttp_devtools/version.py b/aiohttp_devtools/version.py index 0cedbc34..9f9942db 100644 --- a/aiohttp_devtools/version.py +++ b/aiohttp_devtools/version.py @@ -2,4 +2,4 @@ __all__ = ['VERSION'] -VERSION = StrictVersion('0.10.4') +VERSION = StrictVersion('0.11')