From 788ce442a44ccfec6744233adc5884c79bdaaf09 Mon Sep 17 00:00:00 2001 From: Sam F <43347795+monadoid@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:14:06 -0700 Subject: [PATCH] release: 3.4.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/stagehand/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f96781..b96fa35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.4" + ".": "3.4.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f797731..424ea94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.5](https://github.com/browserbase/stagehand-python/compare/v3.4.4...v3.4.5) (2026-01-13) + + +### Chores + +* windows logging/build fix ([5ed0e5f](https://github.com/browserbase/stagehand-python/commit/5ed0e5f633082295b1ab17af9291d6efc863d25d)) + ## 3.4.4 (2026-01-13) Full Changelog: [v3.4.3...v3.4.4](https://github.com/browserbase/stagehand-python/compare/v3.4.3...v3.4.4) diff --git a/pyproject.toml b/pyproject.toml index 97fc76e..4e55749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.4.4" +version = "3.4.5" description = "The official Python library for the stagehand API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/stagehand/_version.py b/src/stagehand/_version.py index aaca849..da33b49 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.4.4" # x-release-please-version +__version__ = "3.4.5" # x-release-please-version