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 dfa19dc commit aaf62daCopy full SHA for aaf62da
cuenca/__init__.py
@@ -32,6 +32,7 @@
32
'User',
33
'UserCredential',
34
'UserEvent',
35
+ 'UserListsValidation',
36
'UserLogin',
37
'Verification',
38
'WalletTransaction',
@@ -77,6 +78,7 @@
77
78
User,
79
UserCredential,
80
UserEvent,
81
+ UserListsValidation,
82
UserLogin,
83
Verification,
84
WalletTransaction,
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.15.8.dev0'
+__version__ = '0.15.8.dev1'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
requirements.txt
requests==2.27.1
-cuenca-validations==0.11.18.dev1
+cuenca-validations==0.11.18.dev2
dataclasses>=0.7;python_version<"3.7"
0 commit comments