Update veriosn to v1.3.4

This commit is contained in:
tzutalin 2017-07-07 11:13:46 +08:00
parent 27cf04aecc
commit d9e16955f4
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
======= =======
History 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) 1.3.2 (2017-05-18)
------------------ ------------------

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.3.3 current_version = 1.3.4
commit = True commit = True
tag = True tag = True

View File

@ -21,7 +21,7 @@ test_requirements = [
setup( setup(
name='labelImg', 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", description="LabelImg is a graphical image annotation tool and label object bounding boxes in images",
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
author="TzuTa Lin", author="TzuTa Lin",