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",