From b4abc4aa4b60d6faa7224b8bd41a130435802bf2 Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Sun, 13 Jan 2019 00:08:15 +0200 Subject: [PATCH] update changes and bump version --- CHANGES.txt | 6 ++++++ aiomonitor/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9f4a1dcf..89896a6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ CHANGES ======= +0.4.2 (2019-01-13) +------------------ + +* Fixed issue with type annotations from 0.4.1 release #164 + + 0.4.1 (2019-01-10) ------------------ diff --git a/aiomonitor/__init__.py b/aiomonitor/__init__.py index 9325d075..636242ca 100644 --- a/aiomonitor/__init__.py +++ b/aiomonitor/__init__.py @@ -26,4 +26,4 @@ __all__ = ('Monitor', 'start_monitor', 'MONITOR_HOST', 'MONITOR_PORT', 'CONSOLE_PORT') -__version__ = '0.4.1' +__version__ = '0.4.2'