Skip to content

2023.09.0

Compare
Choose a tag to compare
@mdomke mdomke released this 27 Sep 13:11
· 164 commits to main since this release
2023.09.0
102fc9d

Removed

  • Support for Python 3.7 has been dropped.

Added

  • New method BIC.candidates_from_bank_code to list all matching BICs to a given domestic bank code @Natim

Changed

  • The Italian bank registry is now automatically generated thanks to @Krystofee

Internal

  • Switch project tooling to hatch.
  • Use ruff instead of flake8 as linter.
  • Upgrade mypy to 1.5.1 and fix all new typing errors.