Skip to content

Commit 4907551

Browse files
authored
Merge pull request #117 from developmentseed/v0.5.0
Bump version and changelog
2 parents 953ec43 + 4a4c81e commit 4907551

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.4.0 (2018-10-04)
28
------------------
39
- Read file drivers to determine file type rather than relying on extension (#80)

label_maker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library verison"""
2-
__version__ = '0.4.0'
2+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)