From 124d4e3eb0af233ded54766f7201534b1a7b2689 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Tue, 14 Jan 2025 12:26:20 -0600 Subject: [PATCH 1/2] Remove specific version from README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 570fa160102..cb3ce93e1b3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Quickstart -`pip install plotly==6.0.0rc0` +`pip install plotly` ```python import plotly.express as px @@ -79,13 +79,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is plotly.py may be installed using pip ``` -pip install plotly==6.0.0rc0 +pip install plotly ``` or conda. ``` -conda install -c plotly plotly=6.0.0rc0 +conda install -c plotly plotly ``` ### Jupyter Widget Support From 3410e9d9d50939590e351b9184bf3be093cf35e6 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Tue, 14 Jan 2025 13:08:02 -0600 Subject: [PATCH 2/2] Remove instructions to change version in README --- release.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/release.md b/release.md index 3b817643e6a..939993d283e 100644 --- a/release.md +++ b/release.md @@ -29,8 +29,6 @@ Manually update the versions to `X.Y.Z` in the files specified below. - `CHANGELOG.md` + update the release date - - `README.md` - + this must be done at this point because the README gets baked into PyPI - `packages/python/plotly/plotly/_widget_version.py`: + Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix) - Commit your changes on the branch: