Skip to content

Commit 3c4af25

Browse files
authored
Merge pull request #669 from planetlabs/release-20a2
prepare release for 2.0a2
2 parents c27f43e + e6ec23b commit 3c4af25

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.0a2 (2022-07-04)
2+
3+
- Upgrade httpx to 0.23, change how quota exceptions are caught
4+
- Increase reliability of communication with Planet servers and avoid clobbering them
5+
- Add CLI data stats
6+
- CLI search-quick -> search, API quick-search -> search
7+
- limit option: remove None as a possibility, value of zero means no limit
8+
- fix sort param field
9+
- add sort option to planet data search-quick
10+
111
2.0a1 (2022-06-28)
212

313
This is the first pre-release of the new features and interfaces coming in

planet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0a1'
1+
__version__ = '2.0a2'

0 commit comments

Comments
 (0)