diff --git a/CHANGELOG.md b/CHANGELOG.md index c878960eee..a16f74146b 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.2] - 2025-05-27 + +### Fixed +- Fix type checking and code highlighting for `graph_objects` classes [[#5199](https://github.com/plotly/plotly.py/pull/5199)] + + ## [6.1.1] - 2025-05-20 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8d8e813caa..98f9876bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.1.1" +version = "6.1.2" dependencies = [ "narwhals>=1.15.1", "packaging"