v0.5.1
New Features:
- Add
postgres
extra requirements for when it is used as database driver withsqlalchemy
.
Changes:
- Use
container
instead ofconfig
forAdapterInterface.owsproxy_config
to match real use cases.
Fixes:
- Improve the adapter import methodology to work with more use cases (Ouranosinc/Magpie#182).
- Fix incorrect setup for bump version within
Makefile
. - Fix Twitcher
main
includingtwitcher.<module>
instead of.<module>
.