Skip to content

Commit 26b5caa

Browse files
release: 2.1.0-rc2
1 parent b2e5f5f commit 26b5caa

5 files changed

Lines changed: 13 additions & 4 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.1.0-rc1"
2+
".": "2.1.0-rc2"
33
}

CHANGELOG.md

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

3+
## 2.1.0-rc2 (2025-04-04)
4+
5+
Full Changelog: [v2.1.0-rc1...v2.1.0-rc2](https://github.com/writer/writer-python/compare/v2.1.0-rc1...v2.1.0-rc2)
6+
7+
### Chores
8+
9+
* **internal:** remove trailing character ([#227](https://github.com/writer/writer-python/issues/227)) ([f8ad509](https://github.com/writer/writer-python/commit/f8ad509d1862bc7cb12f3890f0237510e8835168))
10+
* **internal:** version bump ([#225](https://github.com/writer/writer-python/issues/225)) ([7df4049](https://github.com/writer/writer-python/commit/7df404939f19da3966b5daceffa914838f967894))
11+
312
## 2.1.0-rc1 (2025-04-01)
413

514
Full Changelog: [v2.0.0...v2.1.0-rc1](https://github.com/writer/writer-python/compare/v2.0.0...v2.1.0-rc1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install the package from PyPI, use `pip`:
1818

1919
```sh
2020
# install from PyPI
21-
pip install writer-sdk
21+
pip install --pre writer-sdk
2222
```
2323

2424
## Prequisites

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

0 commit comments

Comments
 (0)