- split out registry - more flexible key assignment
0.5.0
- Python 3 support - class based configuration - remove lru_cache, global appspace - consolidated exceptions with keys
0.4.1
- refine utility functions - update documentation and self-documentation of methods
0.4.0
- make inclusion of branch appspaces less magical by requiring name of appconf module when passed to 'include' e.g. 'module.path.apps' instead of 'module.path' - change default name of app configuration object to 'appconf' from 'apps' - rename 'add_appspace' function to 'add_branch'