Skip to content

Commit 482ee9d

Browse files
committed
release version 1.2.3
1 parent d3898aa commit 482ee9d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.2.3 (2019-06-11)
2+
-------------------------------------
3+
- Authenticate item and asset type calls from CLI
4+
- Update tox config to remove obsolete Python 3 versions and allow pytest args
5+
- mimetypes.guess_extension() returns either .tif or .tiff - test accordingly
6+
- Let date_range filter handle dates given with and without timezones
7+
- Update copyright date
8+
- Update Planet address
9+
- Limit arg is required for items_iter()
10+
- Add pywin32 dep for windows platforms
11+
- Flake8 fixes
12+
- Fix improper handling of mixed states when activating multiple assets with Downloader.
13+
- Force TravisCI to upgrade pytest to avoid conflicts
14+
- Add new item types to CLI tool in order to match API's item-types endpoint.
15+
- Don't let final report get swallowed up with ANSI output
16+
- Output the same report for all downloads via CLI
17+
118
1.2.2 (2019-03-04)
219
-------------------------------------
320
- Use requests' urlparse for Py2 & Py3 compatibility

planet/api/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.2'
1+
__version__ = '1.2.3'

0 commit comments

Comments
 (0)