From 505dc2fc778b653f38e02fc29a9de60999ae13ca Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 25 Sep 2018 13:37:41 +0100 Subject: [PATCH] uprev --- HISTORY.rst | 5 +++++ aiohttp_devtools/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0cf6b8e6..89be6aca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.10.3 (2018-09-25) +------------------- +* remove ``loop`` argument from ``run_app()``, #206 +* uprev dependencies + 0.10.2 (2018-06-09) ------------------- * fix path defining to work both for Unix and Windows diff --git a/aiohttp_devtools/version.py b/aiohttp_devtools/version.py index d57a1567..d667c66a 100644 --- a/aiohttp_devtools/version.py +++ b/aiohttp_devtools/version.py @@ -2,4 +2,4 @@ __all__ = ['VERSION'] -VERSION = StrictVersion('0.10.1') +VERSION = StrictVersion('0.10.3')