Skip to content

Commit 1462f3f

Browse files
authored
Merge pull request #5185 from plotly/release-6.1.0
version bump 6.1.0
2 parents 34adb55 + 5af8a6c commit 1462f3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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-
## [6.1.0rc0] - 2025-05-01
5+
## [6.1.0] - 2025-05-15
66

77
### Updated
8-
- Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [[#5062](https://github.com/plotly/plotly.py/pull/5062)]
8+
- Add support for Kaleido>=v1.0.0 for image generation [[#5062](https://github.com/plotly/plotly.py/pull/5062), [#5177](https://github.com/plotly/plotly.py/pull/5177)]
99
- Reduce package bundle size by 18-24% via changes to code generation [[#4978](https://github.com/plotly/plotly.py/pull/4978)]
1010

1111
### Fixed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = ">=3.8"
4040
license = {file="LICENSE.txt"}
41-
version = "6.1.0rc0"
41+
version = "6.1.0"
4242
dependencies = [
4343
"narwhals>=1.15.1",
4444
"packaging"
@@ -114,4 +114,4 @@ skip_symlink = true
114114

115115
"share/jupyter/labextensions/jupyterlab-plotly/static" = [
116116
"plotly/labextension/static/*.js"
117-
]
117+
]

0 commit comments

Comments
 (0)