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 25f9546 commit 621f773Copy full SHA for 621f773
CHANGES.txt
@@ -1,3 +1,16 @@
1
+1.2.0 (2018-10-10)
2
+-------------------------------------
3
+- Added support for mosaics
4
+- Unpinned setuptools
5
+- Upgraded setuptools and pip
6
+- Built universal wheels.
7
+- Implemented filter combining in the CLI
8
+- Fixed flake8 violations, mostly trivial
9
+- Added sentinel1 item type
10
+- Added SR & skysat asset types to defaults
11
+- Added tox config for testing against multiple Python versions
12
+- Regenerated docs
13
+
14
1.1.0 (2017-09-15)
15
-------------------------------------
16
- update docs to use cloud_cover as field_name
planet/api/__version__.py
@@ -1 +1 @@
-__version__ = '1.1.0'
+__version__ = '1.2.0'
0 commit comments