From 36d8bf845054430b8867e02961b14fc908d789c4 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Wed, 14 Jan 2026 13:58:59 -0700 Subject: [PATCH 1/2] Version changes for v6.5.2 --- CHANGELOG.md | 5 +++++ CITATION.cff | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8899722ee7..a98e8c2301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [6.5.2] - 2026-01-14 + +### Fixed +- 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! + ## [6.5.1] - 2025-11-17 ### Fixed diff --git a/CITATION.cff b/CITATION.cff index 60e32c18c2..8d97efdde2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ authors: - family-names: "Parmer" given-names: "Chris" title: "An interactive, open-source, and browser-based graphing library for Python" -version: 6.5.1 +version: 6.5.2 doi: 10.5281/zenodo.14503524 date-released: 2025-11-17 url: "https://github.com/plotly/plotly.py" diff --git a/pyproject.toml b/pyproject.toml index 2b42e32ff3..9757a6a987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.5.1" +version = "6.5.2" dependencies = [ "narwhals>=1.15.1", "packaging" diff --git a/uv.lock b/uv.lock index 12780b5e39..22aac76b08 100644 --- a/uv.lock +++ b/uv.lock @@ -4277,7 +4277,7 @@ wheels = [ [[package]] name = "plotly" -version = "6.5.1" +version = "6.5.2" source = { editable = "." } dependencies = [ { name = "narwhals" }, From 4e2900b9ebdd975a8e65505f42e2851f634f2161 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Wed, 14 Jan 2026 14:12:22 -0700 Subject: [PATCH 2/2] Use the correct dates --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98e8c2301..2b0d878b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - 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! -## [6.5.1] - 2025-11-17 +## [6.5.1] - 2026-01-07 ### Fixed - Fix issue where Plotly Express ignored trace-specific color sequences defined in templates via `template.data.` [[#5437](https://github.com/plotly/plotly.py/pull/5437)], with thanks to @antonymilne for the contribution! diff --git a/CITATION.cff b/CITATION.cff index 8d97efdde2..f4238373a3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,5 +11,5 @@ authors: title: "An interactive, open-source, and browser-based graphing library for Python" version: 6.5.2 doi: 10.5281/zenodo.14503524 -date-released: 2025-11-17 +date-released: 2026-01-14 url: "https://github.com/plotly/plotly.py"