Skip to content

Commit

Permalink
Update change log and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Dec 9, 2015
1 parent b87a04f commit 48d704b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0.1.0 (2015-12-08)
------------------
- Initial release consists of a `mapbox` command and the following
sub-commands: directions, distance, geocoding, staticmap, surface, upload.
Each corresponds to one of the Mapbox APIs described at
https://www.mapbox.com/developers/api/.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
'click',
'click-plugins',
'cligj',
'mapbox',
'six==1.8.0'
'mapbox==0.5',
'six'
],
extras_require={
'test': ['coveralls', 'pytest>=2.8', 'pytest-cov', 'responses'],
Expand Down

0 comments on commit 48d704b

Please sign in to comment.