Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin mapbox-sdk-py to 0.14 #121

Merged
merged 3 commits into from
May 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
0.7.0 (current master)
------------------
0.7.1
-----
- Pin to mapbox-sdk-py version 0.14.0, the most recent compatible version

0.7.0
-----
- Breaking change: mapbox subcommands like 'upload' are no longer plugins. We
are trading extensibility for speed (#95).
- New feature: when saving a fraction of a second matters, mapbox subcommands
Expand Down
2 changes: 1 addition & 1 deletion mapboxcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Command line interface to Mapbox Web Services
__version__ = '0.7.0'
__version__ = '0.7.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'click',
'click-plugins',
'cligj>=0.4',
'mapbox>=0.12.2',
'mapbox==0.14.0',
'six'],
extras_require={
'test': ['coveralls', 'pytest>=2.8', 'pytest-cov', 'responses',
Expand Down