From 5dab21b8477292a7d81fdb2db78ff2d7e705cdc4 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Thu, 14 Sep 2017 13:48:17 +0800 Subject: [PATCH] v1.5.0 --- HISTORY.rst | 7 +++++++ setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 602fced3..c8270182 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +1.5.0 (2017-9-14) +------------------ + +* Fix the issues +* Add feature: Draw a box easier + + 1.4.3 (2017-08-09) ------------------ diff --git a/setup.cfg b/setup.cfg index 28b76b95..9d9278c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.3 +current_version = 1.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index e4f9b416..e8556ed6 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ test_requirements = [ setup( name='labelImg', - version='1.4.3', + version='1.5.0', description="LabelImg is a graphical image annotation tool and label object bounding boxes in images", long_description=readme + '\n\n' + history, author="TzuTa Lin",