- Remove zope.app.applicationcontrol and zope.app.appsetup dependencies.
- Add list of supported Python versions to Trove classifiers.
3.7.4
------------------
- In version 3.7.2 msgids and default values were forced to be ``unicode``. This was too strict because at least the TAL extractor returns UTF-8 encoded default values. Fixed this by allowing the default value to be a string again.
3.7.3
------------------
- i18nextract bugfix: _("msgid", mapping={...}) does not have a default, just like _("msgid"). Previously it would get a ``. Default: ""`` annotation in the .pot file.
3.7.2
------------------
- Handle Unicode msgids and default values.
- Consistent sorting of source filenames for each msgid. Also sort line numbers numerically, not lexicographically.