Skip to content

Commit cdbf95b

Browse files
committed
Update changelog and version
1 parent c0fa9a9 commit cdbf95b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.3.1 (2018-04-19)
2+
------------------
3+
- Add colors for object detection and segmentation labels (#64)
4+
- Add support for 'vrt' reads (#71)
5+
- Add documentation for local testing (#75)
6+
- Fix 'preview' downloading one too many tiles (#63)
7+
- Fix warnings on intentionally missing tiles (#68)
8+
- Fix image and tile format inconsistency when packaging GeoTIFF (#66)
9+
- Fix function docstrings (#61)
10+
11+
112
0.3.0 (2018-03-29)
213
------------------
314
- Add optional 'imagery_offset' property to align imagery with label data (#58)

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.3.0'
2+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)