From 23308a83b0c176cfa4e6707d42c0e610f0350a46 Mon Sep 17 00:00:00 2001 From: Sarah Deaton Date: Fri, 3 Oct 2025 13:11:37 -0700 Subject: [PATCH 1/2] chore: release stable version. From 7a761e2fefc37a063a6453935382fec6cc77bdd2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:12:38 +0000 Subject: [PATCH 2/2] release: 2.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pyproject.toml | 2 +- src/writerai/_version.py | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7a306f4..c5e4ca3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.2-rc2" + ".": "2.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f25547..3998c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.2 (2025-10-03) + +Full Changelog: [v2.3.2-rc2...v2.3.2](https://github.com/writer/writer-python/compare/v2.3.2-rc2...v2.3.2) + ## 2.3.2-rc2 (2025-10-01) Full Changelog: [v2.3.2-rc1...v2.3.2-rc2](https://github.com/writer/writer-python/compare/v2.3.2-rc1...v2.3.2-rc2) diff --git a/README.md b/README.md index ce698aeb..b0ae7de7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To install the package from PyPI, use `pip`: ```sh # install from PyPI -pip install --pre writer-sdk +pip install writer-sdk ``` ## Prequisites @@ -116,7 +116,7 @@ You can enable this by installing `aiohttp`: ```sh # install from PyPI -pip install --pre writer-sdk[aiohttp] +pip install writer-sdk[aiohttp] ``` Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`: diff --git a/pyproject.toml b/pyproject.toml index 59fe6fa8..1db28690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "writer-sdk" -version = "2.3.2-rc2" +version = "2.3.2" 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 2241a325..062565c2 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.3.2-rc2" # x-release-please-version +__version__ = "2.3.2" # x-release-please-version