We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acfa14 commit c10fb5aCopy full SHA for c10fb5a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [3.23.3] - 2022-12-06
2
+### Fixed
3
+
4
+- Removed the default value for `LEGAL_USER_TYPE_CHOICES` in order to prevent mistake on user update
5
6
## [3.23.2] - 2022-11-08
7
### Fixed
8
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='mangopaysdk',
12
- version='3.23.2',
+ version='3.23.3',
13
description='A client library written in python to work with mangopay v2 api',
14
long_description='This SDK is a client library for interacting with the Mangopay API.',
15
url='https://github.com/Mangopay/mangopay2-python-sdk',
0 commit comments