Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.107.0"
".": "1.108.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.108.0](https://github.com/dodopayments/dodopayments-python/compare/v1.107.0...v1.108.0) (2026-07-06)


### Features

* **api:** add subscription period override fields to subscription update ([197aab1](https://github.com/dodopayments/dodopayments-python/commit/197aab1e20a17286ad44146c185631948326e9d1))
* **api:** add subscription period override fields to subscription update ([c8571dc](https://github.com/dodopayments/dodopayments-python/commit/c8571dcb5690696c7b0700881bb7bcc82bc2873e))

## [1.107.0](https://github.com/dodopayments/dodopayments-python/compare/v1.106.1...v1.107.0) (2026-07-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dodopayments"
version = "1.107.0"
version = "1.108.0"
description = "The official Python library for the Dodo Payments API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dodopayments/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "dodopayments"
__version__ = "1.107.0" # x-release-please-version
__version__ = "1.108.0" # x-release-please-version