From 2c0f10ad13eb440b8ab1fcd7da9210e7f562f568 Mon Sep 17 00:00:00 2001 From: Sarah Deaton Date: Thu, 14 Aug 2025 10:11:38 -0700 Subject: [PATCH 1/2] chore: release stable version From 79468c469db2fcbf7f51273081b5c0b3dee8d219 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:13:33 +0000 Subject: [PATCH 2/2] release: 2.3.0 --- .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 9e93838e..75ec52fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0-rc1" + ".": "2.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 371677e1..c9c1396f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.0 (2025-08-14) + +Full Changelog: [v2.3.0-rc1...v2.3.0](https://github.com/writer/writer-python/compare/v2.3.0-rc1...v2.3.0) + ## 2.3.0-rc1 (2025-08-12) Full Changelog: [v2.2.1...v2.3.0-rc1](https://github.com/writer/writer-python/compare/v2.2.1...v2.3.0-rc1) 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 8ad71678..24e4cda9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "writer-sdk" -version = "2.3.0-rc1" +version = "2.3.0" 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 7849f83a..db468bf9 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.0-rc1" # x-release-please-version +__version__ = "2.3.0" # x-release-please-version