Skip to content

Commit b26d61d

Browse files
author
Keryc Diaz
authored
Change version of Cuenca-Validations (#75)
* change version cuenca-validations * update version * change version pre release * models in init * update version
1 parent 5c4688b commit b26d61d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

cuenca/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
'ApiKey',
44
'Account',
55
'BalanceEntry',
6+
'BillPayment',
67
'Commission',
78
'Deposit',
9+
'ServiceProvider',
810
'Transfer',
911
'WhatsappTransfer',
1012
'configure',
@@ -16,8 +18,10 @@
1618
Account,
1719
ApiKey,
1820
BalanceEntry,
21+
BillPayment,
1922
Commission,
2023
Deposit,
24+
ServiceProvider,
2125
Transfer,
2226
WhatsappTransfer,
2327
)

cuenca/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'aws-requests-auth==0.4.3',
2727
'requests>=2.24,<2.25',
28-
'cuenca-validations>=0.5.0,<0.6.0',
28+
'cuenca-validations>=0.6.0,<0.7.0',
2929
'dataclasses>=0.7;python_version<"3.7"',
3030
],
3131
classifiers=[

0 commit comments

Comments
 (0)