-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release tremendous-python 4.2.0 (#36)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](tremendous-python-v4.1.0...tremendous-python-v4.2.0) (2024-11-08) ### Features * add `discount` to `Order` payment details ([4158c9e](4158c9e)) * add `risk` property to fraud reviews ([4158c9e](4158c9e)) * include order property when possible on balance transactions endpoint ([#35](#35)) ([4158c9e](4158c9e)) ### Bug Fixes * fix `POST /orders` "created" response schema ([#38](#38)) ([df2f204](df2f204)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
88a7ef6
commit 2dd43d5
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "4.1.0" | ||
".": "4.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tremendous" | ||
version = "4.1.0" | ||
version = "4.2.0" | ||
long_description="Python API client for Tremendous" | ||
description = "Python API client for Tremendous" | ||
authors = ["API Support <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '4.1.0' | ||
__version__ = '4.2.0' |