diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e..dc70380 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aba93aa..484eddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.6.0 (2026-01-29) + +Full Changelog: [v3.5.0...v3.6.0](https://github.com/browserbase/stagehand-python/compare/v3.5.0...v3.6.0) + +### Features + +* Update stainless.yml for project and publish settings ([4b63f42](https://github.com/browserbase/stagehand-python/commit/4b63f4201c3f659efb69faaf1328eab554fbbaed)) + ## 3.5.0 (2026-01-29) Full Changelog: [v3.4.8...v3.5.0](https://github.com/browserbase/stagehand-python/compare/v3.4.8...v3.5.0) diff --git a/pyproject.toml b/pyproject.toml index 3ee7688..9578300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.5.0" +version = "3.6.0" description = "The official Python library for the stagehand API" dynamic = ["readme"] license = "MIT" diff --git a/src/stagehand/_version.py b/src/stagehand/_version.py index 33317dc..914bc18 100644 --- a/src/stagehand/_version.py +++ b/src/stagehand/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "stagehand" -__version__ = "3.5.0" # x-release-please-version +__version__ = "3.6.0" # x-release-please-version