diff --git a/CHANGELOG.md b/CHANGELOG.md index 232ccdfe2c..7a09a8f8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [6.5.0] - 2025-11-17 + +### Updated +- Update plotly.js from version 3.2.0 to version 3.3.0. See the plotly.js [release notes](https://github.com/plotly/plotly.js/releases/tag/v3.3.0) for more information. [[#5421](https://github.com/plotly/plotly.py/pull/5421)]. Notable changes include: + - Add `hovertemplate` for `candlestick` and `ohlc` traces [[#7619](https://github.com/plotly/plotly.js/pull/7619)] + +### Fixed +- Fix bug where numpy datetime contained in Python list was converted to integer [[#5415](https://github.com/plotly/plotly.py/pull/5415)] + ## [6.4.0] - 2025-11-02 ### Updated diff --git a/CITATION.cff b/CITATION.cff index cd9e4c3a9a..540d598f1e 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.4.0 +version: 6.5.0 doi: 10.5281/zenodo.14503524 -date-released: 2025-11-02 +date-released: 2025-11-17 url: "https://github.com/plotly/plotly.py" diff --git a/pyproject.toml b/pyproject.toml index d0c4d45822..023120a1f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.4.0" +version = "6.5.0" dependencies = [ "narwhals>=1.15.1", "packaging" diff --git a/uv.lock b/uv.lock index cc8c7aaa08..29da6268b8 100644 --- a/uv.lock +++ b/uv.lock @@ -4277,7 +4277,7 @@ wheels = [ [[package]] name = "plotly" -version = "6.4.0" +version = "6.5.0" source = { editable = "." } dependencies = [ { name = "narwhals" },