* Make ``EnvDirConfig`` importable from ``coolfig``.
3.0.0
==================
* Removed explicit support for secrets in favor of ``EnvDirConfig`` and a ``FallbackProvider``. * Use `black` and `isort` for formatting. * Improved tests coverage
2.0.0
==================
* Support for Docker secrets.
1.0.2
==================
* Additional bug-fixing.
1.0.1
==================
* Fixed a bug in AppConfig checking.
1.0.0
==================
* Added support for Django ``AppConfig`` (including custom settings path configured with a ``settings`` property on the config class. * Officially supporting Django 1.4, 1.5, 1.6, 1.7, 1.8 and 1.9, running on Python 2.7, 3.4 (where Django supports itself supports it) and PyPy.