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 ea6ac71 commit 97c3217Copy full SHA for 97c3217
CHANGES.txt
@@ -1,3 +1,10 @@
1
+1.1.0 (2017-09-15)
2
+-------------------------------------
3
+- update docs to use cloud_cover as field_name
4
+- move version and update user agent with client name and version
5
+- fix cli reference doc generation, flags have dash
6
+- Support new assets as they become available in the API without changes needed to the client.
7
+
8
1.0.1 (2017-08-22)
9
-------------------------------------
10
- update the doc strings with defaults
planet/api/__version__.py
@@ -1 +1 @@
-__version__ = '1.0.1'
+__version__ = '1.1.0'
0 commit comments