- Follow XDG standard in config file discovery (:issue:`177`). Thanks :user:`rpdelaney` for PR and the suggestion.
Other changes:
- Test against Python 3.8 and 3.9.
4.2.2
------------------
Bug fixes:
- Remove usage of deprecated ``imp`` module. - Handle ``AttributeError`` when object in context list has no ``__name__`` attribute (:issue:`105`). Thanks :user:`brl0` for reporting.