Skip to content

Commit 395b269

Browse files
committed
Resolves #374
1 parent c1a4c7b commit 395b269

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.0a1 (2022-06-28)
2+
3+
This is the first pre-release of the new features and interfaces coming in
4+
version 2.0.0 later this year. A more complete listing of changes in this
5+
package is coming soon. The highlights are
6+
7+
- Requirement of Python version 3.7 or newer.
8+
- Support for Planet Data, Orders, and Subscription APIs.
9+
- A Python package (the SDK) with asyncio support.
10+
- A new and improved command line interface (the CLI).
11+
112
1.4.6 (2020-05-18)
213

314
- New: you can now pass a search string to the Orders CLI via `--ids_from_search`

planet/__version__.py

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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
],
6464
keywords='planet api sdk client',
6565
author='Jennifer Reiber Kyle',
66-
author_email='jennifer.kyle@planet.com',
66+
maintainer='Planet Dev Rel Team',
67+
maintainer_email='developers@planet.com',
6768
url='https://github.com/planetlabs/planet-client-python',
6869
license='Apache 2.0',
6970
packages=find_packages(exclude=['examples', 'tests']),

0 commit comments

Comments
 (0)