Skip to content

Commit ae1aea0

Browse files
committedOct 17, 2024·
rebase
1 parent 8d0ce97 commit ae1aea0

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed
 

‎README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,11 @@ remaining Planet APIs: [basemaps](https://developers.planet.com/docs/basemaps/),
2121

2222
## Versions and Stability
2323

24-
The default branch (main) of this repo is for the [Planet SDK for
25-
Python](https://github.com/planetlabs/planet-client-python/projects/2),
26-
a complete rewrite and upgrade from the original [Planet Python
27-
Client](https://developers.planet.com/docs/pythonclient/). If you
28-
are looking for the source code to that library see the
29-
[v1](https://github.com/planetlabs/planet-client-python/tree/v1) branch.
30-
31-
The Planet SDK for Python is in 'pre-release' stages, working towards a solid
32-
beta release in December. Upcoming milestones are tracked in the [Planet SDK
33-
for Python Milestones](https://github.com/planetlabs/planet-client-python/milestones).
24+
The SDK follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and therefore only major releases should break compatibility. Minor versions may include new functionality and patch versions address bugs or trivial changes (like documentation).
25+
26+
If depending upon official packages from PyPI, a developer should feel comfortable specifying `planet == 2.*` unless depending on a specific feature introduced at a minor version, in which case `planet == 2.x.*` (where x is the minor version of the new feature) should suffice.
27+
28+
The default branch is always `main` and should be considered in-development but with tests and other build steps succeeding.
3429

3530
## Installation and Quick Start
3631

0 commit comments

Comments
 (0)
Please sign in to comment.