-----------------------------------------------------------------------------------
`Full
Changelog <https://github.com/abhiabhi94/django-flag-app/compare/v1.1.0...v1.1.1>`__
**Bug fixes**
- Handle Warning for ``default_app_config`` in django >=3.2.
**Features**
- Move metadata from ``setup.py`` to ``setup.cfg``.
- this means the ``__version__`` string is no longer available. To use the installed versions, you may use ``importlib.metadata.version['django_flag_app']``.