We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7ee03d + 1746687 commit c044f1eCopy full SHA for c044f1e
CHANGELOG.md
@@ -2,6 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
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
11
## [6.1.0] - 2025-05-15
12
13
### Updated
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
]
39
requires-python = ">=3.8"
40
license = {file="LICENSE.txt"}
41
-version = "6.1.0"
+version = "6.1.1"
42
dependencies = [
43
"narwhals>=1.15.1",
44
"packaging"
0 commit comments