Skip to content

Commit 5f2e881

Browse files
committed
release 2.0.1
1 parent 9b9becc commit 5f2e881

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.0.1 (2023-05-10)
2+
3+
Fixed:
4+
- Fix security issue where secret file was being created with read access other
5+
users on the machine. Automatically fixes the file permissions to only read
6+
and write the first time the file is accessed and continues to enforce the
7+
proper file permissions going forward.
8+
9+
Docs:
10+
- Fixed broken links on "CLI for Data API Tutorial" page (#952).
11+
- Protect against injecting javascript:URI into edited href tags in docs (#934).
12+
- Remove --pre --user from pip install instructions (#948).
13+
- Update the syntax of example code in the docstrings in the Order and Data
14+
clients and add example code to the Subscriptions client docstring (#943).
15+
116
2.0.0 (2023-04-17)
217

318
User Interface Changes:

planet/__version__.py

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

0 commit comments

Comments
 (0)