Skip to content

Commit a9cfdc0

Browse files
committed
release 2.0a5
1 parent 145b607 commit a9cfdc0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.0a5 (2022-10-20)
2+
3+
- Implement python api data client asset download and supporting functions (#707).
4+
- `planet data filter` cli command outputs a valid empty filter if all
5+
subfilters are removed (#654).
6+
- 'planet orders request' cli command now provides supported bundles for a
7+
given item type, bundle and item type are case-insensitive, and bundle and
8+
item type are moved to positional arguments (#680).
9+
110
2.0a3 (2022-09-07)
211

312
- A change in behavior of httpx affected download of order assets in 2.0a2.
@@ -12,7 +21,7 @@
1221
- Help for planet-subscriptions-describe and update commands has been
1322
corrected, resolving the issue reported in #658.
1423

15-
2.0a2 (2022-07-04)
24+
2.0a2 (2022-08-04)
1625

1726
- Upgrade httpx to 0.23, change how quota exceptions are caught
1827
- Increase reliability of communication with Planet servers and avoid clobbering them

planet/__version__.py

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

0 commit comments

Comments
 (0)