From 0c09c7c5d183f43fe936eab26c60fa020ac69e37 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Sun, 11 Apr 2021 22:36:08 -0700 Subject: [PATCH] Bump to 1.8.5 --- HISTORY.rst | 8 ++++++++ README.rst | 4 ++-- libs/__init__.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e8ca6029..711011aa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ History ======= +1.8.5 (2021-04-11) +------------------ + +* Merged a couple of PRs +* Fixed issues +* Support CreateML format + + 1.8.4 (2020-11-04) ------------------ diff --git a/README.rst b/README.rst index e04371d9..e7a67715 100644 --- a/README.rst +++ b/README.rst @@ -234,7 +234,7 @@ Hotkeys +--------------------+--------------------------------------------+ | Ctrl-- | Zoom out | +--------------------+--------------------------------------------+ -| ↑→↓← | Keyboard arrows to move selected rect box | +| ↑→↓← | Keyboard arrows to move selected rect box | +--------------------+--------------------------------------------+ **Verify Image:** @@ -269,7 +269,7 @@ License Citation: Tzutalin. LabelImg. Git code (2015). https://github.com/tzutalin/labelImg Related and additional tools -~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. `ImageNet Utils `__ to download image, create a label text for machine learning, etc diff --git a/libs/__init__.py b/libs/__init__.py index 968104c0..1a2e5604 100644 --- a/libs/__init__.py +++ b/libs/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('1', '8', '4') +__version_info__ = ('1', '8', '5') __version__ = '.'.join(__version_info__)