Skip to content

Commit f330199

Browse files
authored
feat: add cbm banco (#165)
1 parent ad2aad1 commit f330199

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clabe/banks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'677': '90677',
3232
'683': '90683',
3333
'630': '90630',
34+
'124': '40124',
3435
'143': '40143',
3536
'631': '90631',
3637
'901': '90901',
@@ -126,6 +127,7 @@
126127
'90677': 'Caja Pop Mexica',
127128
'90683': 'Caja Telefonist',
128129
'90630': 'CB Intercam',
130+
'40124': 'CBM Banco',
129131
'40143': 'CI Banco',
130132
'90631': 'CI Bolsa',
131133
'90901': 'Cls',

clabe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.15'
1+
__version__ = '1.2.16'

0 commit comments

Comments
 (0)