File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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+
1121.4.6 (2020-05-18)
213
314- New: you can now pass a search string to the Orders CLI via `--ids_from_search`
Original file line number Diff line number Diff line change 1- __version__ = '2.0dev '
1+ __version__ = '2.0a1 '
Original file line number Diff line number Diff line change 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' ]),
You can’t perform that action at this time.
0 commit comments