Skip to content

Commit

Permalink
Merge pull request #121 from mapbox/pin-mapbox-0.14
Browse files Browse the repository at this point in the history
pin mapbox-sdk-py to 0.14
  • Loading branch information
perrygeo committed May 25, 2018
2 parents 6d1e64b + abea4ac commit cc5c935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

0 comments on commit cc5c935

Please sign in to comment.