From 5708efe8e2629c5f55b48220d285295ffca0a9d3 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 19 Jun 2019 12:18:35 +0100 Subject: [PATCH] uprev --- HISTORY.rst | 4 ++++ aiohttp_devtools/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index bbd066f3..dfb47058 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.13.1 (2019-06-19) +------------------- +* re-enable support for alternative loops, #238 + 0.13.0 (2019-05-21) ------------------- * greatly simplify the ``start`` command, #233 diff --git a/aiohttp_devtools/version.py b/aiohttp_devtools/version.py index 7499e310..0736f52a 100644 --- a/aiohttp_devtools/version.py +++ b/aiohttp_devtools/version.py @@ -2,4 +2,4 @@ __all__ = ['VERSION'] -VERSION = StrictVersion('0.13') +VERSION = StrictVersion('0.13.1')