File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 6.1.1] - 2025-05-20
6
+
7
+ ### Fixed
8
+ - Prevent swallowing of ` ValueError ` when creating a figure with subplots [[ #3888 ] ( https://github.com/plotly/plotly.py/pull/3888 )]
9
+ - Fix issue causing ` fig.write_image() ` to not generate an image [[ #5193 ] ( https://github.com/plotly/plotly.py/pull/5193 )]
10
+
5
11
## [ 6.1.0] - 2025-05-15
6
12
7
13
### Updated
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
38
38
]
39
39
requires-python = " >=3.8"
40
40
license = {file =" LICENSE.txt" }
41
- version = " 6.1.0 "
41
+ version = " 6.1.1 "
42
42
dependencies = [
43
43
" narwhals>=1.15.1" ,
44
44
" packaging"
You can’t perform that action at this time.
0 commit comments