Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0-rc1"
".": "2.4.0-rc2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()`:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/writerai/_version.py
Original file line number Diff line number Diff line change
@@ -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