Releases: mdomke/schwifty
Releases · mdomke/schwifty
2023.02.1
Fixed
- The domestic checksum calculation for Belgium now returns 97 in case the modulo operation
results in 0. @mhemeryck
Changed
- Updated generated bank registries for Austria, Belgium, Czech Republic, Germany, Spain,
Hungary and Croatia.
2022.09.0
2022.07.1
2022.07.0
Fixed
- Hungarian bank registry generator script was fixed by @Krystofee
2022.06.3
Added
- Generated list of Lithuanian BICs @Draugelis
Removed
- Manually curated list of Lithuanian banks.
2022.06.2
Added
- Generated list of Greek BICs @kounabi
- Generated list of Cypriot BICs @kounabi
Changed
- Updated bank registry for Austria, Belgium, Czech Republic, Germany, Croatia, Netherlands, Poland and Slovenia.
Fixed
- The domestic bank code for Hungarian banks was wrongly generated @Krystofee
2022.06.1
Added
- Generated list of Romanian BICs @Krystofee
- Generated list of Hungarian BICs @Krystofee
- Extended manually curated list of Irish BICs @dennisxtria
2022.06.0
Added
- Manually curated list of Bulgarian BICs @Krystofee
- Manually curated list of Saudi Arabian BICs @samizaman
- Support for PyInstaller_ @Lukasz87
Internal
- Run tests on Python 3.10 @adamchainz
- Use standard keys in
setup.cfg
@adamchainz - Don't rely on
hacking
in test-setup @adamchainz
2022.04.2
Changed
- Allow getting bank names from IBAN. Previously, you could do
iban.bic.bank_names[0]
, but since
a BIC can be associated to multiple bank codes the context of the specific bank is lost and you
could end up with the wrong bank name. @jose-reveni