diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60a50ee6..cce622a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.19.0" + ".": "3.19.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index faebfb36..815a0678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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) + ## 3.19.0 (2026-03-27) Full Changelog: [v3.18.0...v3.19.0](https://github.com/browserbase/stagehand-python/compare/v3.18.0...v3.19.0) diff --git a/pyproject.toml b/pyproject.toml index 833c4605..fce3556f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.19.0" +version = "3.19.1" 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 e8cb2209..c72748b2 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.0" # x-release-please-version +__version__ = "3.19.1" # x-release-please-version