Skip to content

Commit

Permalink
Improve docs for downstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed May 25, 2023
1 parent fa3812f commit 3fb63af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions downstream_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ In Pint, we work hard to avoid breaking projects that depend on us.
If you are the maintainer of one of such projects, you can
help us get ahead of problems in simple way.

Pint will publish a release candidate (rc) at least a week before each new
version. By default, `pip` does not install these versions unless a
[pre](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-pre) option
is used so this will not affect your users.

In addition to your standard CI routines, create a CI that install Pint's
release candidates. You can also (or alternatively) create CI that install
Pint's master branch in GitHub.
Expand Down

0 comments on commit 3fb63af

Please sign in to comment.