Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Oct 4, 2018
1 parent 0b76ebb commit 681c6f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.4.0 (2018-10-04)
------------------
- Read file drivers to determine file type rather than relying on extension (#80)
- Add support for WMS endpoints as an imagery source (#93)
- Add documentation site (#108)
- Fix rendering errors at tile boundaries (#78)
- New examples and updates to example code (#89, #91, #105, #107)

0.3.2 (2018-05-14)
------------------
- Provide a default value of False for imagery_offset to preview function (#79)
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.2'
__version__ = '0.4.0'

0 comments on commit 681c6f7

Please sign in to comment.