We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953ec43 + 4a4c81e commit 4907551Copy full SHA for 4907551
CHANGES.txt
@@ -1,3 +1,9 @@
1
+0.5.0 (2018-11-05)
2
+------------------
3
+- Accept GeoJSON input labels (#32)
4
+- Correct documentation regarding class labels (#113)
5
+- Small miscellaneous fixes
6
+
7
0.4.0 (2018-10-04)
8
------------------
9
- Read file drivers to determine file type rather than relying on extension (#80)
label_maker/version.py
@@ -1,2 +1,2 @@
"""Library verison"""
-__version__ = '0.4.0'
+__version__ = '0.5.0'
0 commit comments