- Remove the fixed version of dependencies (i.e. six and PyYAML)
0.1.6
Released on Feb 20th 2016.
- Add a `load` method to the `Config` class - Add two keyword arguments to `str_object` - Add `is_envvar` keyword argument to `json_mapping` and `yaml_mapping` - Update tests to be pytest-style
0.1.5
Released on Sep 20th 2015.
- Add gitignore and makefile - Add support for Python 2/3 compatibility - Use built-in `import_string` instead of Werkzeug's version - Remove the dependency on Werkzeug - Update tests