File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ After which you can add these changes and commit again. Note that failing pre-co
5656
5757Releases 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
60602 . Update the changelog
61613 . Commit changes to ** your branch** . For example ` git commit -am '0.2.0' && git push origin HEAD `
62624 . Get a review and merge your changes to master.
Original file line number Diff line number Diff line change 11"""mapbox_tilesets package"""
22
3- __version__ = "1.4.1 "
3+ __version__ = "1.4.2 "
You can’t perform that action at this time.
0 commit comments