From 5ba1133b6a0c7fd14681bebc6a7842d03874b404 Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Sat, 23 Mar 2019 21:38:39 +0200 Subject: [PATCH] bump version --- CHANGES.txt | 8 ++++++++ aiomonitor/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0e798f43..1b1f1bfa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ CHANGES ======= +0.4.4 (2019-03-23) +------------------ + +* Simplified python console start end #175 + +* Added python 3.7 compatibility #176 + + 0.4.3 (2019-02-02) ------------------ diff --git a/aiomonitor/__init__.py b/aiomonitor/__init__.py index c1b3ad1c..1e59e4d9 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.3' +__version__ = '0.4.4'