Releases: kipe/nordpool
Releases · kipe/nordpool
0.4.3
What's Changed
- Re-add support for Python 3.9, as it still receives security updates by @kipe in #54
- Removes Elbas, as it has been broken for quite a while
- Adds
__version__
for checking the library version. Usage:python3 -c "import nordpool; print(nordpool.__version__)"
- Re-adds Coveralls for reporting test coverage
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- API returns 204 when no data is available by @jschlyter in #43
- Use correct currency when fetching prices by @jschlyter in #45
- Add tests for currency change and prices being not available by @kipe in #47
- Update installation instructions to use PyPi by @kipe in #48
Full Changelog: 0.4.1...0.4.2
0.4.1 - Bugfix to accidental data format change in 0.4.0
What's Changed
Full Changelog: 0.4.0...0.4.1
0.4.0 - Fix fetching prices
What's Changed
Full Changelog: 0.3.3...0.4.0