Skip to content

Commit df9be85

Browse files
committed
update plotly.py version for docs
1 parent c25a897 commit df9be85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7-
## [6.4.0] - 2025-11-02
7+
## [6.4.0] - 2025-11-04
88

99
### Updated
1010
- 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:

doc/apidoc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The short X.Y version
2525
version = ""
2626
# The full version, including alpha/beta/rc tags
27-
release = "6.3.0"
27+
release = "6.4.0"
2828

2929

3030
# -- General configuration ---------------------------------------------------

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==6.3.0
1+
plotly==6.4.0
22
anywidget
33
cufflinks==0.17.3
44
dash-bio

0 commit comments

Comments
 (0)