Skip to content

Commit 8cd421b

Browse files
release: 2.4.0 (#252)
* chore(internal): codegen related update * release: 2.4.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 7e885d4 commit 8cd421b

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0-rc1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.4.0 (2026-02-06)
4+
5+
Full Changelog: [v2.4.0-rc1...v2.4.0](https://github.com/writer/writer-python/compare/v2.4.0-rc1...v2.4.0)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([071f9af](https://github.com/writer/writer-python/commit/071f9af0beb68fb8cdc52546e034ebe3666021e4))
10+
311
## 2.4.0-rc1 (2026-01-12)
412

513
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install the package from PyPI, use `pip`:
2828

2929
```sh
3030
# install from PyPI
31-
pip install --pre writer-sdk
31+
pip install '--pre writer-sdk'
3232
```
3333

3434
## Prequisites
@@ -125,7 +125,7 @@ You can enable this by installing `aiohttp`:
125125

126126
```sh
127127
# install from PyPI
128-
pip install --pre writer-sdk[aiohttp]
128+
pip install '--pre writer-sdk[aiohttp]'
129129
```
130130

131131
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "writer-sdk"
3-
version = "2.4.0-rc1"
3+
version = "2.4.0"
44
description = "The official Python library for the writer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/writerai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "writerai"
4-
__version__ = "2.4.0-rc1" # x-release-please-version
4+
__version__ = "2.4.0" # x-release-please-version

0 commit comments

Comments
 (0)