Skip to content

Commit f7e1c0f

Browse files
committed
release version 1.2.2
1 parent a5fb38f commit f7e1c0f

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGES.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1+
1.2.2 (2019-03-04)
2+
-------------------------------------
3+
- Use requests' urlparse for Py2 & Py3 compatibility
4+
- Prevent empty filenames when attempting to download assets without a Content-Disposition header
5+
- Add more Python 3.7 support by removing keywords
6+
- Rename --rbox to --bbox and leave --bbox as an alias for backwards compatibility
7+
- De-duplicate explicit jq hyperlink (avoids sphinx warning)
8+
- Add examples of mosaic functionality
9+
- Update CLI command help info for mosaic functionality
10+
- Add LICENSE explicitly to setup.py so that pex can find it
11+
112
1.2.1 (2018-11-08)
213
-------------------------------------
3-
- set login headers as content-type:application/json during planet init
14+
- Set login headers as content-type:application/json during planet init
415

516
1.2.0 (2018-10-10)
617
-------------------------------------
718
- Added support for mosaics
819
- Unpinned setuptools
920
- Upgraded setuptools and pip
10-
- Built universal wheels.
21+
- Built universal wheels
1122
- Implemented filter combining in the CLI
1223
- Fixed flake8 violations, mostly trivial
1324
- Added sentinel1 item type
@@ -20,7 +31,7 @@
2031
- update docs to use cloud_cover as field_name
2132
- move version and update user agent with client name and version
2233
- fix cli reference doc generation, flags have dash
23-
- Support new assets as they become available in the API without changes needed to the client.
34+
- Support new assets as they become available in the API without changes needed to the client
2435

2536
1.0.1 (2017-08-22)
2637
-------------------------------------
@@ -35,8 +46,8 @@
3546

3647
0.0.6 (2016-02-17)
3748
------------------
38-
- Support for 'aoi_id' (saved geometry) queries in 'search' command.
39-
- More robust handling of potential download failures.
49+
- Support for 'aoi_id' (saved geometry) queries in 'search' command
50+
- More robust handling of potential download failures
4051

4152
0.0.5 (2015-12-01)
4253
------------------

planet/api/__version__.py

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

0 commit comments

Comments
 (0)