Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Apr 19, 2018
1 parent c0fa9a9 commit cdbf95b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.3.1 (2018-04-19)
------------------
- Add colors for object detection and segmentation labels (#64)
- Add support for 'vrt' reads (#71)
- Add documentation for local testing (#75)
- Fix 'preview' downloading one too many tiles (#63)
- Fix warnings on intentionally missing tiles (#68)
- Fix image and tile format inconsistency when packaging GeoTIFF (#66)
- Fix function docstrings (#61)


0.3.0 (2018-03-29)
------------------
- Add optional 'imagery_offset' property to align imagery with label data (#58)
Expand Down
2 changes: 1 addition & 1 deletion label_maker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library verison"""
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit cdbf95b

Please sign in to comment.