django-environ v0.6.0 Release Notes

  • โž• Added +++++

    • ๐Ÿ‘ Python 3.9, 3.10 and pypy 3.7 are now supported.
    • ๐Ÿ‘ Django 3.1 and 3.2 are now supported.
    • โž• Added missed classifiers to setup.py.
    • Accept Python 3.6 path-like objects for read_env #106 <https://github.com/joke2k/django-environ/issues/106>, #286 <https://github.com/joke2k/django-environ/issues/286>.

    ๐Ÿ›  Fixed +++++

    • ๐Ÿ›  Fixed various code linting errors.
    • ๐Ÿ›  Fixed typos in the documentation.
    • โž• Added missed files to the package contents.
    • Fixed db_url_config to work the same for all postgres-like schemes #264 <https://github.com/joke2k/django-environ/issues/264>, #268 <https://github.com/joke2k/django-environ/issues/268>.

    ๐Ÿ”„ Changed +++++++

    • ๐Ÿ”จ Refactor tests to use pytest and follow DRY.
    • ๐Ÿ‘ท Moved CI to GitHub Actions.
    • ๐Ÿ“š Restructuring of project documentation.
    • ๐Ÿ“š Build and test package documentation as a part of CI pipeline.
    • ๐Ÿ— Build and test package distribution as a part of CI pipeline.
    • ๐Ÿ“ฆ Check MANIFEST.in in a source package for completeness as a part of CI pipeline.
    • โž• Added pytest and coverage[toml] to setuptools' extras_require.