Skip to content

Commit

Permalink
version bump 3.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Aug 9, 2024
1 parent 87bb621 commit ec4405e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.34.3] - 2024-08-09
### Fixed

- Disable `truncatechars` function that would truncate data if it's over 255 characters.

## [3.34.2] - 2024-07-25
### Added
- New parameter SecureModeRedirectURL for [Google Pay PayIn](https://mangopay.com/docs/endpoints/google-pay#google-pay-payin-object)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mangopaysdk',
version='3.34.2',
version='3.34.3',
description='A client library written in python to work with mangopay v2 api',
long_description='This SDK is a client library for interacting with the Mangopay API.',
url='https://github.com/Mangopay/mangopay2-python-sdk',
Expand Down

0 comments on commit ec4405e

Please sign in to comment.