From 17466877578987af9201a10afe3a354dd4217652 Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Tue, 20 May 2025 14:52:15 -0400 Subject: [PATCH] update pyproject.toml and changelog for 6.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688407f4649..c878960eeea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [6.1.1] - 2025-05-20 + +### Fixed +- Prevent swallowing of `ValueError` when creating a figure with subplots [[#3888](https://github.com/plotly/plotly.py/pull/3888)] +- Fix issue causing `fig.write_image()` to not generate an image [[#5193](https://github.com/plotly/plotly.py/pull/5193)] + ## [6.1.0] - 2025-05-15 ### Updated diff --git a/pyproject.toml b/pyproject.toml index 6ffbbbee865..8d8e813caab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.1.0" +version = "6.1.1" dependencies = [ "narwhals>=1.15.1", "packaging"