Skip to content

Commit 362ae5e

Browse files
author
Allison Zheng
authored
Release version 1.4.3 (#103)
* Update CHANGELOG.md * Update __init__.py
1 parent d064ef0 commit 362ae5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# 1.4.3 (2020-10-08)
4+
- Update Click version to 7.1.2 and fix assertions to pass all tests
5+
36
# 1.4.2 (2020-08-18)
47
- Check if the token matches the username before uploading sources
58

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.4.2"
3+
__version__ = "1.4.3"

0 commit comments

Comments
 (0)