Bump to 1.8.5

This commit is contained in:
tzutalin 2021-04-11 22:36:08 -07:00
parent bf1da53b21
commit 0c09c7c5d1
3 changed files with 11 additions and 3 deletions

View File

@ -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)
------------------

View File

@ -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 <https://github.com/tzutalin/ImageNet_Utils>`__ to
download image, create a label text for machine learning, etc

View File

@ -1,2 +1,2 @@
__version_info__ = ('1', '8', '4')
__version_info__ = ('1', '8', '5')
__version__ = '.'.join(__version_info__)