Skip to content

Commit

Permalink
Merge pull request #168 from developmentseed/fix/usgs
Browse files Browse the repository at this point in the history
switch dependency to usgs closes #167
  • Loading branch information
Scisco committed Mar 24, 2016
2 parents 14f6408 + bc06b19 commit 8fe7185
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.12.3 (2016-02-18)
------------------
- Fix for #167
- Fix for #145

0.12.0 (2016-02-18)
------------------
- Add USGS download fallback closes #89
Expand Down
2 changes: 1 addition & 1 deletion landsat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.2'
__version__ = '0.12.3'
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ boto>=2.38.0
polyline==1.1
geocoder>=1.5.1
jsonschema==2.5.1
git+git://github.com/developmentseed/usgs@develop
usgs==0.1.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def readme():
license='CCO',
platforms='Posix; MacOS X; Windows',
install_requires=[
'usgs2==0.2.0',
'usgs==0.1.9',
'requests==2.7.0',
'python-dateutil>=2.4.2',
'numpy>=1.9.3',
Expand Down

0 comments on commit 8fe7185

Please sign in to comment.