- Fix parsing "Saldo" amounts in `CreditImporter` (84)
0.7.0
- Replace `locale` based parsing of numbers with a simple helper function - specifically for handling German formatting of numbers
0.6.4
- Add a `timedelta` of 1 day when setting the date on the `balance` directive outputs to make things consistent between what Beancount expects (balance amount valid from the beginning of the day) and what DKB exports contain (balance amount valid at the end of the day)
0.6.3
- Fix date value on `balance` that `ECImporter` outputs
0.6.2
- Support Python 3.7 - Implement `file_date` for `CreditImporter` - Set `payee` in `CreditImporter` postings to `None` because of missing data - Include additional assertions for matching dates in metadata entries in `ECImporter`