Skip to content

Commit 9c5b991

Browse files
committed
bump v2.2
1 parent 4c920fd commit 9c5b991

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2.0 (2023-10-16)
2+
3+
Added:
4+
- Support for forest_carbon_diligence_30m data layer in Subscriptions API (#1012).
5+
- Support for cloud_filter tool in Subscriptions API (#1014).
6+
17
2.1.1 (2023-07-20)
28

39
Changed:
@@ -208,7 +214,7 @@ package is coming soon. The highlights are
208214
- Requirement of Python version 3.7 or newer.
209215
- Support for Planet Data, Orders, and Subscription APIs.
210216
- A Python package (the SDK) with asyncio support.
211-
- A new and improved command line interface (the CLI).
217+
- A new and improved command line interface (the CLI).
212218

213219
1.4.6 (2020-05-18)
214220

@@ -257,7 +263,7 @@ package is coming soon. The highlights are
257263
- report the default value for item limit
258264
- replace hardcoded values with global variables
259265
- add header for data examples in Examples page
260-
- adding before, after options, separating `features list` from `features
266+
- adding before, after options, separating `features list` from `features
261267
- Added default limit of 100 to `analytics collections features list`
262268
- Added separate `analytics collections features list-all` that will keep retrieving results with no limit
263269
- Added before, after options to both `analytics collections features list` and `analytics collections features list-all`

planet/__version__.py

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

0 commit comments

Comments
 (0)