From 071f9af0beb68fb8cdc52546e034ebe3666021e4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:05:59 +0000 Subject: [PATCH 1/2] chore(internal): codegen related update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03f8ee..56ae3c1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To install the package from PyPI, use `pip`: ```sh # install from PyPI -pip install --pre writer-sdk +pip install '--pre writer-sdk' ``` ## Prequisites @@ -125,7 +125,7 @@ You can enable this by installing `aiohttp`: ```sh # install from PyPI -pip install --pre writer-sdk[aiohttp] +pip install '--pre writer-sdk[aiohttp]' ``` Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`: From 2ea6c36277c26881a76b93d7ba260b0fed282614 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:06:19 +0000 Subject: [PATCH 2/2] release: 2.4.0-rc2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/writerai/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f1fa0b..ae0c916 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0-rc1" + ".": "2.4.0-rc2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da6b00..067d633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.4.0-rc2 (2026-01-13) + +Full Changelog: [v2.4.0-rc1...v2.4.0-rc2](https://github.com/writer/writer-python/compare/v2.4.0-rc1...v2.4.0-rc2) + +### Chores + +* **internal:** codegen related update ([071f9af](https://github.com/writer/writer-python/commit/071f9af0beb68fb8cdc52546e034ebe3666021e4)) + ## 2.4.0-rc1 (2026-01-12) Full Changelog: [v2.3.3-rc1...v2.4.0-rc1](https://github.com/writer/writer-python/compare/v2.3.3-rc1...v2.4.0-rc1) diff --git a/pyproject.toml b/pyproject.toml index 4a01ce3..94ff057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "writer-sdk" -version = "2.4.0-rc1" +version = "2.4.0-rc2" description = "The official Python library for the writer API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/writerai/_version.py b/src/writerai/_version.py index 5101858..b6384c3 100644 --- a/src/writerai/_version.py +++ b/src/writerai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "writerai" -__version__ = "2.4.0-rc1" # x-release-please-version +__version__ = "2.4.0-rc2" # x-release-please-version