Skip to content

Commit d397668

Browse files
Merge pull request #4 from legalesign/release-please--branches--main--changes--next
release: 1.0.0
2 parents 2c5382b + 96acdf5 commit d397668

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-
".": "0.3.0"
2+
".": "1.0.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 51
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/legalesign%2Flegalesign-02fb3694e91878cba7b53d16f6b33ba47616ab801054c588d42dec73fb85712f.yml
33
openapi_spec_hash: 6d22b59d456c50501b509289f6c53c22
4-
config_hash: 811b22b4d441babe9f340462edffc2ea
4+
config_hash: b0f134bd27a12a27efac1a080821cf1a

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.0.0 (2025-09-19)
4+
5+
Full Changelog: [v0.3.0...v1.0.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.3.0...v1.0.0)
6+
37
## 0.3.0 (2025-09-19)
48

59
Full Changelog: [v0.2.0...v0.3.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.2.0...v0.3.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 = "0.3.0"
3+
version = "1.0.0"
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__ = "0.3.0" # x-release-please-version
4+
__version__ = "1.0.0" # x-release-please-version

0 commit comments

Comments
 (0)