From d9e16955f4b615aa8ad469893593f2939cf534fb Mon Sep 17 00:00:00 2001 From: tzutalin Date: Fri, 7 Jul 2017 11:13:46 +0800 Subject: [PATCH] Update veriosn to v1.3.4 --- HISTORY.rst | 9 +++++++++ setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e2ccba31..cc96cd36 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ ======= History ======= +1.3.4 (2017-07-7) +------------------ + +* Fix issues and improve zoom-in + +1.3.3 (2017-05-31) +------------------ + +* Fix issues 1.3.2 (2017-05-18) ------------------ diff --git a/setup.cfg b/setup.cfg index aa8aa86a..aec737a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 commit = True tag = True diff --git a/setup.py b/setup.py index d678cda3..81bb11b8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ test_requirements = [ setup( name='labelImg', - version='1.3.3', + version='1.3.4', description="LabelImg is a graphical image annotation tool and label object bounding boxes in images", long_description=readme + '\n\n' + history, author="TzuTa Lin",