Skip to content

Commit da1e889

Browse files
authored
Merge pull request #274 from dodopayments/release-please--branches--main
release: 1.112.0
2 parents b350dfa + 3fe49ab commit da1e889

4 files changed

Lines changed: 11 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.111.0"
2+
".": "1.112.0"
33
}

CHANGELOG.md

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

3+
## [1.112.0](https://github.com/dodopayments/dodopayments-python/compare/v1.111.0...v1.112.0) (2026-08-13)
4+
5+
6+
### Features
7+
8+
* **api:** add subscription pause/unpause ([b350dfa](https://github.com/dodopayments/dodopayments-python/commit/b350dfa4571a3dcdd5fcc2183c609f464a7b507c))
9+
* **api:** add subscription pause/unpause ([95b0784](https://github.com/dodopayments/dodopayments-python/commit/95b0784f30f65f538e91ac2435c89e43561ab9cf))
10+
311
## [1.110.0](https://github.com/dodopayments/dodopayments-python/compare/v1.109.0...v1.110.0) (2026-07-31)
412

513

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.111.0"
3+
version = "1.112.0"
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.111.0" # x-release-please-version
4+
__version__ = "1.112.0" # x-release-please-version

0 commit comments

Comments
 (0)