Skip to content

Commit 74e8b77

Browse files
authored
Merge pull request #993 from planetlabs/rel-2.1
Release 2.1.0
2 parents bb79e04 + 54354d8 commit 74e8b77

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdocs:
1010

1111
# pip install -e .[docs]
1212
python:
13-
version: 3.7
13+
version: 3.8
1414
install:
1515
- method: pip
1616
path: .

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2.1.0 (TBD)
1+
2.1.0 (2023-07-17)
22

3+
Added:
34
- Support for publishing stages and time range types has been added to the
45
subscriptions CLI (#992).
56
- The --cloudconfig option of the request command of the orders CLI has been
@@ -8,6 +9,7 @@
89
control the zip archiving of order outputs without any cloud storage delivery
910
have also been added (#990).
1011

12+
1113
2.1b1 (2023-07-11)
1214

1315
Added:
@@ -24,6 +26,7 @@ Added:
2426
the subscription's source geometry. This is a preview of the default behavior
2527
of the next version of the Subscriptions API (#971).
2628

29+
2730
2.0.3 (2023-06-28)
2831

2932
Changed:

docs/cli/cli-orders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Orders with Google Earth Engine delivery will force the STAC flag to false.
639639

640640
### Cloud Delivery
641641

642-
Another option is to delivery your orders directly to a cloud bucket, like AWS S3 or Google Cloud Storage.
642+
Another option is to deliver your orders directly to a cloud bucket, like AWS S3 or Google Cloud Storage.
643643
The file given with the `--delivery` option should contain JSON that follows
644644
the options and format given in
645645
[Delivery to Cloud Storage](https://developers.planet.com/docs/orders/delivery/#delivery-to-cloud-storage).

docs/cli/cli-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ planet subscriptions results SUBSCRIPTION_ID --status processing
174174
The available statuses are `created`, `queued`, `processing`, `failed`, and `success`. Note it’s quite useful
175175
to use `jq` to help filter out results as well.
176176

177-
#### Results as comma-seperated values (CSV)
177+
#### Results as comma-separated values (CSV)
178178

179179
Planetary Variable subscribers can benefit from retrieving results as a CSV. The results contain variable statistics and can serve as data for time series analysis and visualization.
180180

planet/__version__.py

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

0 commit comments

Comments
 (0)