Skip to content

Commit 681c6f7

Browse files
committed
Update changelog and bump version
1 parent 0b76ebb commit 681c6f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.4.0 (2018-10-04)
2+
------------------
3+
- Read file drivers to determine file type rather than relying on extension (#80)
4+
- Add support for WMS endpoints as an imagery source (#93)
5+
- Add documentation site (#108)
6+
- Fix rendering errors at tile boundaries (#78)
7+
- New examples and updates to example code (#89, #91, #105, #107)
8+
19
0.3.2 (2018-05-14)
210
------------------
311
- Provide a default value of False for imagery_offset to preview function (#79)

label_maker/version.py

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

0 commit comments

Comments
 (0)