Skip to content

Commit 453fda3

Browse files
committed
Bump version and changelog
1 parent df0e10e commit 453fda3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.5.1 (2018-11-12)
2+
------------------
3+
- Skip invalid or empty geometries which prevented segmentation rendering (#118)
4+
- Add binder example (#119)
5+
16
0.5.0 (2018-11-05)
27
------------------
38
- Accept GeoJSON input labels (#32)

label_maker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library verison"""
2-
__version__ = '0.5.0'
2+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)