Skip to content

Commit bb717ab

Browse files
release: 1.1.2
1 parent 0cd2998 commit bb717ab

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.1.2 (2025-10-18)
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+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([0cd2998](https://github.com/legalesign/legalesign-rest-python/commit/0cd299896e81a5353a47b96b8537b3d5e7e7ca14))
10+
* **internal:** detect missing future annotations with ruff ([4b624cf](https://github.com/legalesign/legalesign-rest-python/commit/4b624cf077421fe7c8b67f919853d30956ca1778))
11+
* sync repo ([64564cd](https://github.com/legalesign/legalesign-rest-python/commit/64564cd3df8ac0da223aa31f43eb08a532d0c1cd))
12+
* 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)