Skip to content

Commit c044f1e

Browse files
authored
Merge pull request #5194 from plotly/release-6.1.1
Version bump for 6.1.1
2 parents b7ee03d + 1746687 commit c044f1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = ">=3.8"
4040
license = {file="LICENSE.txt"}
41-
version = "6.1.0"
41+
version = "6.1.1"
4242
dependencies = [
4343
"narwhals>=1.15.1",
4444
"packaging"

0 commit comments

Comments
 (0)