Skip to content

Commit ef6e33f

Browse files
release: 2.1.0 (#228)
* chore(internal): version bump (#225) * codegen metadata * chore(internal): remove trailing character (#227) * codegen metadata * release: 2.1.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent e739beb commit ef6e33f

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0-rc1"
3-
}
2+
".": "2.1.0"
3+
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-d15316b8a3a086ae9ec8eea0d436b0885262df9bcf23b9587ad059e50357c220.yml
33
openapi_spec_hash: 4f81a4f4840438f80eff345e76ead962
4-
config_hash: b3310cd2944d74a3599e847847226a42
4+
config_hash: ee2e5a914fd298a6f4c740f5ce187f87

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 (2025-04-04)
4+
5+
Full Changelog: [v2.1.0-rc1...v2.1.0](https://github.com/writer/writer-python/compare/v2.1.0-rc1...v2.1.0)
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The REST API documentation can be found on [dev.writer.com](https://dev.writer.c
1717
To install the package from PyPI, use `pip`:
1818

1919
```sh
20+
# install from PyPI
2021
pip install writer-sdk
2122
```
2223

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"
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" # x-release-please-version

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def test_get_platform(self) -> None:
16951695
import threading
16961696
16971697
from writerai._utils import asyncify
1698-
from writerai._base_client import get_platform
1698+
from writerai._base_client import get_platform
16991699
17001700
async def test_main() -> None:
17011701
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)