- Add support for Python 3.11 and 3.12. - Drop support for Python 3.7.
0.5.0
- Refactor dotted name resolution to use `Configurator.maybe_dotted`. - Add support for "unattached" resources in `Resource.get_child`. - Don't proxy private attributes on resources.
0.4.1
Add support for Pyramid 2.
0.4.0
Rework name resolution:
- Add support for local module resolution. - Remove venusian/`config.scan()` requirement.
0.3.0
- Improvements to documentation and examples. - Dotted Python name resolution for child resources.