Skip to content

Commit ee0b64f

Browse files
Upgrade new members (#154)
* venga * Crediclub and Alternativos are welcome * no more 3.6 * version --------- Co-authored-by: AlexViquez <alexviquez22@gmail.com>
1 parent 49d7300 commit ee0b64f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [3.6, 3.7, 3.8]
23+
python-version: [3.7, 3.8]
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}

clabe/banks.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'138': '40138',
33
'133': '40133',
44
'062': '40062',
5+
'661': '90661',
56
'638': '90638',
67
'706': '90706',
78
'659': '90659',
@@ -38,6 +39,7 @@
3839
'130': '40130',
3940
'140': '40140',
4041
'652': '90652',
42+
'688': '90688',
4143
'126': '40126',
4244
'680': '90680',
4345
'151': '40151',
@@ -91,7 +93,7 @@
9193
'40138': 'ABC Capital',
9294
'40133': 'Actinver',
9395
'40062': 'Afirme',
94-
'90638': 'Akala',
96+
'90661': 'ALTERNATIVOS',
9597
'90706': 'Arcus',
9698
'90659': 'Asp Integra Opc',
9799
'40128': 'Autofin',
@@ -127,6 +129,7 @@
127129
'40130': 'Compartamos',
128130
'40140': 'Consubanco',
129131
'90652': 'Credicapital',
132+
'90688': 'Crediclub',
130133
'40126': 'Credit Suisse',
131134
'90680': 'Cristobal Colon',
132135
'40151': 'Donde',
@@ -155,6 +158,7 @@
155158
'40132': 'Multiva Banco',
156159
'90613': 'Multiva Cbolsa',
157160
'37135': 'Nafin',
161+
'90638': 'NU MEXICO',
158162
'90710': 'NVIO',
159163
'90684': 'Opm',
160164
'40148': 'Pagatodo',

clabe/version.py

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

0 commit comments

Comments
 (0)