Skip to content

Commit c039718

Browse files
committed
Update metadata and expand on change notes
1 parent 153765d commit c039718

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

CHANGES.txt

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,34 @@
22

33
1.5.0 (2022-06-29)
44

5-
Deprecations:
6-
7-
The planet.api module is deprecated and will be removed in version 2.0.0 (end
8-
of 2022, approximately). Applications which use that module will not be
9-
compatible with version 2.0.0 of the Planet Python client.
10-
11-
A 2.0a1 pre-release of the Planet Python client is available on PyPI. Please
12-
begin to plan to migrate to the new and improved API and contact the Planet
13-
Dev Rel team for help in doing so: developers@planet.com.
5+
Work on new features for version 1 of this software has ceased. Version 2 is
6+
under development and the final 2.0.0 release is expected at the end of 2022.
7+
There will not be a 1.6.0 release. Releases in the 1.5.x series will be made
8+
to fix major bugs on a quarterly cadence. There may be one such bug fix
9+
release for version 1 after 2.0.0 is released, but probably not more. Packages
10+
for planet versions < 2 will remain on the Python Package Index indefinitely.
11+
12+
Version 2 will be packaged as "planet" and its command line programs will also
13+
use the name "planet". Thus it will replace version 1. Version 2 will not be
14+
backwards compatible with version 1. That is to say that applications which
15+
depend on version 1 will not work with version 2. Users of version 1 who do
16+
not wish to upgrade to version 2 should ensure that their project requirements
17+
specify "planet<2", because when 2.0.0 is published to the Python Package
18+
Index "pip install planet" (for example) will download and install 2.0.0.
19+
20+
A 2.0a1 pre-release is available now on PyPI. The Python package installer pip
21+
requires that you opt in to pre-releases by executing
22+
"pip install --pre planet" or be specifying the pre-release version precisely
23+
as in "pip install planet==2.0a1".
24+
25+
We encourage all to begin to plan to migrate to the new and improved version 2
26+
API. Please email the Planet Dev Rel team for help at developers@planet.com
27+
or join the project discussions at
28+
https://github.com/planetlabs/planet-client-python/discussions.
29+
30+
Importing the planet.api module from version 1.5.x will result in a warning
31+
about the removal of planet.api in version 2.0.0. Running any command line
32+
program from version 1.5.x will show the same warning.
1433

1534
1.4.10 (2022-05-18)
1635

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
description=u"Planet API Client",
5353
long_description=long_description,
5454
classifiers=[
55-
'Development Status :: 2 - Pre-Alpha',
55+
'Development Status :: 3 - Alpha',
5656
'Environment :: Console',
5757
'Intended Audience :: Developers',
5858
'License :: OSI Approved :: Apache Software License',
@@ -64,7 +64,8 @@
6464
],
6565
keywords='planet api client',
6666
author=u"Ian Schneider",
67-
author_email='ischneider@planet.com',
67+
maintainer="Planet Dev Rel Team",
68+
maintainer_email='developers@planet.com',
6869
url='https://github.com/planetlabs/planet-client-python',
6970
license='Apache 2.0',
7071
packages=find_packages(exclude=['examples', 'tests']),

0 commit comments

Comments
 (0)