Skip to content

Commit aaf62da

Browse files
committed
adding to __init__ all resources
1 parent dfa19dc commit aaf62da

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cuenca/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'User',
3333
'UserCredential',
3434
'UserEvent',
35+
'UserListsValidation',
3536
'UserLogin',
3637
'Verification',
3738
'WalletTransaction',
@@ -77,6 +78,7 @@
7778
User,
7879
UserCredential,
7980
UserEvent,
81+
UserListsValidation,
8082
UserLogin,
8183
Verification,
8284
WalletTransaction,

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.15.8.dev0'
1+
__version__ = '0.15.8.dev1'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.27.1
2-
cuenca-validations==0.11.18.dev1
2+
cuenca-validations==0.11.18.dev2
33
dataclasses>=0.7;python_version<"3.7"

0 commit comments

Comments
 (0)