Skip to content

Commit fcb2014

Browse files
committed
add CardActivation to cuenca.__all__
1 parent f595ae9 commit fcb2014

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cuenca/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
'BalanceEntry',
66
'BillPayment',
77
'Card',
8+
'CardActivation',
89
'CardTransaction',
910
'Commission',
1011
'Deposit',
@@ -26,6 +27,7 @@
2627
BalanceEntry,
2728
BillPayment,
2829
Card,
30+
CardActivation,
2931
CardTransaction,
3032
Commission,
3133
Deposit,

cuenca/version.py

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

0 commit comments

Comments
 (0)