From df9be85bf22a8b5033794e9f9f022cad67651ada Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 4 Nov 2025 13:08:44 -0500 Subject: [PATCH 1/2] update plotly.py version for docs --- CHANGELOG.md | 2 +- doc/apidoc/conf.py | 2 +- doc/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232ccdfe2c..f73ea54b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -## [6.4.0] - 2025-11-02 +## [6.4.0] - 2025-11-04 ### Updated - Update plotly.js from version 3.1.1 to version 3.2.0. See the plotly.js [release notes](https://github.com/plotly/plotly.js/releases) for more information. [[#5357](https://github.com/plotly/plotly.py/pull/5388)]. Notable changes include: diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index ca656e1bab..a5d6974bb0 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "6.3.0" +release = "6.4.0" # -- General configuration --------------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index b7b9ba9bcb..f0c89e5f1d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==6.3.0 +plotly==6.4.0 anywidget cufflinks==0.17.3 dash-bio From 90430864ee5a265e3759d055d3b9385e01be1787 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 4 Nov 2025 15:14:53 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73ea54b9e..232ccdfe2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -## [6.4.0] - 2025-11-04 +## [6.4.0] - 2025-11-02 ### Updated - Update plotly.js from version 3.1.1 to version 3.2.0. See the plotly.js [release notes](https://github.com/plotly/plotly.js/releases) for more information. [[#5357](https://github.com/plotly/plotly.py/pull/5388)]. Notable changes include: