File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
1.2.2 (2019-03-04)
2
19
-------------------------------------
3
20
- Use requests' urlparse for Py2 & Py3 compatibility
Original file line number Diff line number Diff line change 1
- __version__ = '1.2.2 '
1
+ __version__ = '1.2.3 '
You can’t perform that action at this time.
0 commit comments