Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 7, 2018
1 parent 50d6d88 commit 22fbca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_devtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.10.4')
VERSION = StrictVersion('0.11')

0 comments on commit 22fbca7

Please sign in to comment.