Skip to content

Commit df23955

Browse files
Merge pull request #8 from legalesign/release-please--branches--main--changes--next
release: 1.1.1
2 parents 7f0968b + c74ff77 commit df23955

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.0"
2+
".": "1.1.1"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 25
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/legalesign%2Flegalesign-sdk-3bf301e758f245c1c30c849b8372902b9c1a4385050a04a0119effc4107dde07.yml
33
openapi_spec_hash: 45411f5fe25671475b12a5a85a060ad9
4-
config_hash: b5c35e03bca977f2676cebbcb9fe1bc5
4+
config_hash: c63fae4d2f35d6499f5aaeb35acf8a3b

CHANGELOG.md

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

3+
## 1.1.1 (2025-09-23)
4+
5+
Full Changelog: [v1.1.0...v1.1.1](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.0...v1.1.1)
6+
37
## 1.1.0 (2025-09-23)
48

59
Full Changelog: [v1.1.0...v1.1.0](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.0...v1.1.0)

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.0"
3+
version = "1.1.1"
44
description = "The official Python library for the legalesign API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)