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 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
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+
511## [ 6.1.0] - 2025-05-15
612
713### Updated
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
3838]
3939requires-python = " >=3.8"
4040license = {file =" LICENSE.txt" }
41- version = " 6.1.0 "
41+ version = " 6.1.1 "
4242dependencies = [
4343 " narwhals>=1.15.1" ,
4444 " packaging"
You can’t perform that action at this time.
0 commit comments