Skip to content

Commit 173ea1e

Browse files
committed
version changes for v6.0.0rc0
1 parent b7727a5 commit 173ea1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [UNRELEASED]
5+
## [6.0.0rc0] - 2024-11-27
66

77
### Added
88
- Add `plotly[express]` extra for easily installing Plotly Express dependencies [[#4644](https://github.com/plotly/plotly.py/pull/4644)]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
## Quickstart
4141

42-
`pip install plotly==5.24.1`
42+
`pip install plotly==6.0.0rc0`
4343

4444
```python
4545
import plotly.express as px
@@ -79,13 +79,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7979
plotly.py may be installed using pip
8080

8181
```
82-
pip install plotly==5.24.1
82+
pip install plotly==6.0.0rc0
8383
```
8484

8585
or conda.
8686

8787
```
88-
conda install -c plotly plotly=5.24.1
88+
conda install -c plotly plotly=6.0.0rc0
8989
```
9090

9191
### Jupyter Widget Support

packages/python/plotly/plotly/_widget_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^5.24.1"
5+
__frontend_version__ = "^6.0.0rc0"

0 commit comments

Comments
 (0)