- Set `existing` parameter to `None` when calling `extract` from `date`
1.5.1
- Mark `name` method on importer classes as a `property`
1.5.0
- Fix support for Tagesgeld accounts (thanks [M4a1x])
1.4.0
- Fix number parsing for CSV exports from the updated banking interface - Balance values in credit exports are now assumed to have the en_US locale. - Balance/transaction values in credit/EC exports are assumed to have the de_DE locale.
1.3.0
- Support both `,` and `;` as delimiters for exports from the updated banking interface
1.2.0
- Parse balance values in credit card CSV exports metadata - Update number parsing function to detect the current locale before parsing - Enable support for Python 3.13 - Drop support for Python 3.8