Skip to content

Commit 9fb0a57

Browse files
release: 2.3.2-rc2
1 parent 7912ae2 commit 9fb0a57

4 files changed

Lines changed: 13 additions & 3 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.3.2-rc1"
2+
".": "2.3.2-rc2"
33
}

CHANGELOG.md

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

3+
## 2.3.2-rc2 (2025-09-19)
4+
5+
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)
6+
7+
### Chores
8+
9+
* do not install brew dependencies in ./scripts/bootstrap by default ([7912ae2](https://github.com/writer/writer-python/commit/7912ae28b073194868bbcdc59bbff92b49a50f60))
10+
* **internal:** update pydantic dependency ([c2f8537](https://github.com/writer/writer-python/commit/c2f85373ed1ed9e0e80a3b3d182794dc619d8b87))
11+
* **types:** change optional parameter type from NotGiven to Omit ([702d003](https://github.com/writer/writer-python/commit/702d003ebd5c955986898f7afadc425f9a9c4fd1))
12+
313
## 2.3.2-rc1 (2025-09-11)
414

515
Full Changelog: [v2.3.1...v2.3.2-rc1](https://github.com/writer/writer-python/compare/v2.3.1...v2.3.2-rc1)

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.3.2-rc1"
3+
version = "2.3.2-rc2"
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.3.2-rc1" # x-release-please-version
4+
__version__ = "2.3.2-rc2" # x-release-please-version

0 commit comments

Comments
 (0)