Skip to content

Commit d21f72b

Browse files
committed
update changelog
1 parent cb98fa6 commit d21f72b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Unreleased
22

3+
# 1.5.2
4+
- Switch to codecov python module
5+
36
# 1.5.1 (2020-10-19)
47
- Update README for estimate-area
58

69
# 1.5.0 (2020-10-19)
7-
- Create estimate-area command
10+
- Create estimate-area command
811

912
# 1.4.3 (2020-10-08)
10-
- Update Click version to 7.1.2 and fix assertions to pass all tests
13+
- Update Click version to 7.1.2 and fix assertions to pass all tests
1114

1215
# 1.4.2 (2020-08-18)
1316
- Check if the token matches the username before uploading sources

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.5.2"

0 commit comments

Comments
 (0)