Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

v1.34.1

Compare
Choose a tag to compare
@jbasko jbasko released this 19 Oct 23:32
· 13 commits to master since this release
800b043
Fixes load_values in PlainConfig (#167)

* Fixes #165 - Fixes `load_values` for `PlainConfig` where accessing item with `__getitem__` returns value so lower level method needs to be used in lookup
* Tested with Python 3.6 and 3.7
* Warn users about the state of the library
Thanks @haizaar