Skip to content

Commit 9b1b131

Browse files
release: 1.1.2
1 parent 0e21d9f commit 9b1b131

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.1.2 (2025-10-30)
4+
5+
Full Changelog: [v1.1.1...v1.1.2](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.1...v1.1.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([0e21d9f](https://github.com/legalesign/legalesign-rest-python/commit/0e21d9f752891c00414a4238e4a5ed4b4599aa55))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([0cd2998](https://github.com/legalesign/legalesign-rest-python/commit/0cd299896e81a5353a47b96b8537b3d5e7e7ca14))
15+
* **internal:** detect missing future annotations with ruff ([4b624cf](https://github.com/legalesign/legalesign-rest-python/commit/4b624cf077421fe7c8b67f919853d30956ca1778))
16+
* sync repo ([64564cd](https://github.com/legalesign/legalesign-rest-python/commit/64564cd3df8ac0da223aa31f43eb08a532d0c1cd))
17+
* update SDK settings ([825250b](https://github.com/legalesign/legalesign-rest-python/commit/825250b8d77a09bc829cc9083351063098857613))

pyproject.toml

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

src/legalesign_sdk/_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__ = "legalesign_sdk"
4-
__version__ = "1.1.1" # x-release-please-version
4+
__version__ = "1.1.2" # x-release-please-version

0 commit comments

Comments
 (0)