diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce622a..de61293 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.19.1" + ".": "3.19.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 815a067..c5aba83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.19.2 (2026-04-02) + +Full Changelog: [v3.19.1...v3.19.2](https://github.com/browserbase/stagehand-python/compare/v3.19.1...v3.19.2) + ## 3.19.1 (2026-03-31) Full Changelog: [v3.19.0...v3.19.1](https://github.com/browserbase/stagehand-python/compare/v3.19.0...v3.19.1) diff --git a/pyproject.toml b/pyproject.toml index ba705dd..ec30143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.19.1" +version = "3.19.2" 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 c72748b..26a036e 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.19.1" # x-release-please-version +__version__ = "3.19.2" # x-release-please-version