Skip to content

Releases: kedder/ofxstatement

0.9.2

25 Nov 21:29
3f2631b
Compare
Choose a tag to compare
  • Get rid of build deprecation warnings (#322)
  • Replace deprecated appdirs with platformdirs (#323)
  • Switch to importlib.metadata from deprecated pkg_resources for plugin lookup (internal
    infrastructure update, #262)
  • Fix invest transactions unit precision (#257)

0.9.0

07 Aug 13:44
15148ab
Compare
Choose a tag to compare
Tagging 0.9.0

0.7.1

14 Sep 10:53
08b63d5
Compare
Choose a tag to compare
Tagging 0.7.1

0.7.0

13 Sep 09:21
8113d89
Compare
Choose a tag to compare
  • Drop support for Python 3.4, 3.5, add support for Python 3.8
  • Fixed naive end balance validation (#106)
  • Modernize development environment (use pipenv, mypy, black)