From 1241c1962fa9ce3ea0fea0e03c6bb38f971d421a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:36:34 +0000 Subject: [PATCH] release: 3.19.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/stagehand/_version.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce622a6..de61293b 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 815a0678..66a47f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.19.2 (2026-04-03) + +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 f75faef1..cbade981 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 c72748b2..26a036e4 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