Skip to content

Commit c67c0e7

Browse files
author
Scisco
committed
Merge pull request #122 from developmentseed/develop
Hotfix: 0.9.1
2 parents 004611e + 8f97f06 commit c67c0e7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
0.9.1 (2015-10-26)
5+
------------------
6+
- Add missing package (polyline) to setup.py
7+
48
0.9.0 (2015-10-23)
59
------------------
610
- Improved pansharpening

landsat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.0'
1+
__version__ = '0.9.1'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def readme():
4444
'scipy>=0.16.0',
4545
'scikit-image>=0.11.3',
4646
'homura>=0.1.2',
47-
'boto>=2.38.0'
47+
'boto>=2.38.0',
48+
'polyline==1.1'
4849
],
4950
test_suite='nose.collector',
5051
tests_require=test_requirements

0 commit comments

Comments
 (0)