diff --git a/CHANGELOG.md b/CHANGELOG.md index 8899722ee7..2b0d878b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -## [6.5.1] - 2025-11-17 +## [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] - 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 60e32c18c2..f4238373a3 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 +date-released: 2026-01-14 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" },