This repository was archived by the owner on Feb 11, 2023. It is now read-only.
v1.34.1
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