Skip to content

Commit c961478

Browse files
committed
Update changelog and increment version to 1.6.0
1 parent d15a6b6 commit c961478

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 1.6.0 (2021-02-16)
4+
- Fix problem that prevented estimate-area from working for MultiPolygons
5+
- Improve documentation for delete-source and upload-source
6+
37
# 1.5.1 (2020-10-19)
48
- Update README for estimate-area
59

mapbox_tilesets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""mapbox_tilesets package"""
22

3-
__version__ = "1.5.1"
3+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)