We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c4ed3 commit 9efe8eaCopy full SHA for 9efe8ea
CHANGES.txt
@@ -1,12 +1,16 @@
1
Changes
2
=======
3
4
-0.6.4 (2015-05-29)
+0.7.0 (2015-05-29)
5
------------------
6
- New documentation
7
- Deployed to readthedocs
8
- Automate deployment to pypi
9
- Adds docker support
10
+- skip unzipping if images already unzipped
11
+- add force-unzip flag
12
+- fix a bug where multiple downloads was not followed by multiple process #81
13
+- fix a bug where if scenes was downloaded from google instead of aws, process failed #84
14
15
0.6.3 (2015-04-29)
16
landsat/__init__.py
@@ -1 +1 @@
-__version__ = '0.6.4'
+__version__ = '0.7.0'
0 commit comments