Skip to content

Commit 55597ab

Browse files
authored
Merge pull request #5468 from plotly/release-6.5.2
Version changes for v6.5.2
2 parents 1f45fa5 + 4e2900b commit 55597ab

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7-
## [6.5.1] - 2025-11-17
7+
## [6.5.2] - 2026-01-14
8+
9+
### Fixed
10+
- Fix issue where pie trace `legend`, `showlegend` attributes don't accept array values [[#5464](https://github.com/plotly/plotly.py/pull/5464) and [#5465](https://github.com/plotly/plotly.py/pull/5465)], with thanks to @my-tien for the contribution!
11+
12+
## [6.5.1] - 2026-01-07
813

914
### Fixed
1015
- Fix issue where Plotly Express ignored trace-specific color sequences defined in templates via `template.data.<trace_type>` [[#5437](https://github.com/plotly/plotly.py/pull/5437)], with thanks to @antonymilne for the contribution!

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- family-names: "Parmer"
1010
given-names: "Chris"
1111
title: "An interactive, open-source, and browser-based graphing library for Python"
12-
version: 6.5.1
12+
version: 6.5.2
1313
doi: 10.5281/zenodo.14503524
14-
date-released: 2025-11-17
14+
date-released: 2026-01-14
1515
url: "https://github.com/plotly/plotly.py"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
requires-python = ">=3.8"
3434
license = {file="LICENSE.txt"}
35-
version = "6.5.1"
35+
version = "6.5.2"
3636
dependencies = [
3737
"narwhals>=1.15.1",
3838
"packaging"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)