Releases: kedder/ofxstatement
Releases · kedder/ofxstatement
0.9.2
- 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.7.0
- 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)