Skip to content

Commit 90192c4

Browse files
authored
Merge pull request #100 from mapbox/release-token-check
Release version 1.4.2
2 parents 8b581f4 + 02460b1 commit 90192c4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.2 (2020-08-18)
4+
- Check if the token matches the username before uploading sources
5+
36
# 1.4.1 (2020-08-06)
47
- Use the `/jobs` endpoint in the `status` command
58

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ After which you can add these changes and commit again. Note that failing pre-co
5656

5757
Releases to PyPi are handled via TravisCI and GitHub tags. Once changes have been merged to master:
5858

59-
1. Update the version in tilesets/__init__.py
59+
1. Update the version in mapbox_tilesets/__init__.py
6060
2. Update the changelog
6161
3. Commit changes to **your branch**. For example `git commit -am '0.2.0' && git push origin HEAD`
6262
4. Get a review and merge your changes to master.

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.1"
3+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)