We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aea318 commit 372a6a7Copy full SHA for 372a6a7
2 files changed
clabe/banks.py
@@ -90,11 +90,13 @@
90
'703': '90703',
91
'113': '40113',
92
'141': '40141',
93
+ '715': '90715',
94
}
95
96
97
# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
98
# 2022-10-18
99
+# The order of the banks must be alphabetical by bank name
100
BANK_NAMES = {
101
'40138': 'ABC Capital',
102
'40133': 'Actinver',
@@ -126,6 +128,7 @@
126
128
'40112': 'Bmonex',
127
129
'90677': 'Caja Pop Mexica',
130
'90683': 'Caja Telefonist',
131
+ '90715': 'Cartera Digital',
132
'90630': 'CB Intercam',
133
'40124': 'CBM Banco',
134
'40143': 'CI Banco',
clabe/version.py
@@ -1 +1 @@
1
-__version__ = '2.0.0'
+__version__ = '2.1.0'
0 commit comments