Skip to content

Commit da64f54

Browse files
authored
Merge pull request #238 from dodopayments/release-please--branches--main
release: 1.102.1
2 parents ae2932c + 8149ffe commit da64f54

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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.102.0"
2+
".": "1.102.1"
33
}

CHANGELOG.md

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

3+
## [1.102.1](https://github.com/dodopayments/dodopayments-python/compare/v1.102.0...v1.102.1) (2026-06-06)
4+
5+
6+
### Features
7+
8+
* **api:** regenerate SDK from latest OpenAPI spec ([ae2932c](https://github.com/dodopayments/dodopayments-python/commit/ae2932c4ab0a4783ea281fc1e8b03c703077b744))
9+
* **api:** regenerate SDK from latest OpenAPI spec ([ce9e7bf](https://github.com/dodopayments/dodopayments-python/commit/ce9e7bf16452b7c1509e4e581a080e02336bcb5f))
10+
11+
12+
### Chores
13+
14+
* pin release to spec version ([7add6aa](https://github.com/dodopayments/dodopayments-python/commit/7add6aa935aa9a2250be8215b146159fa2ec9bae))
15+
* **reseal:** ancestry repair for python custom-code seal ([a56e557](https://github.com/dodopayments/dodopayments-python/commit/a56e5570203e81e65bbec8a276507cef0dd3ac47))
16+
* **reseal:** ancestry repair for python custom-code seal ([d930e80](https://github.com/dodopayments/dodopayments-python/commit/d930e806c0110f70b65f0f7b0ffd788e8372e904))
17+
318
## [1.101.0](https://github.com/dodopayments/dodopayments-python/compare/v1.99.1...v1.101.0) (2026-06-01)
419

520

pyproject.toml

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

src/dodopayments/_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__ = "dodopayments"
4-
__version__ = "1.102.0" # x-release-please-version
4+
__version__ = "1.102.1" # x-release-please-version

0 commit comments

Comments
 (0)