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 18e4db5 commit 6ee592bCopy full SHA for 6ee592b
cuenca/__init__.py
@@ -24,6 +24,7 @@
24
'LimitedWallet',
25
'LoginToken',
26
'Platform',
27
+ 'Questionnaires',
28
'Saving',
29
'ServiceProvider',
30
'Session',
@@ -70,6 +71,7 @@
70
71
LimitedWallet,
72
LoginToken,
73
Platform,
74
+ Questionnaires,
75
Saving,
76
ServiceProvider,
77
Session,
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.15.11.dev1'
+__version__ = '0.15.11.dev2'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
0 commit comments