-----------
(Bugfix/minor feature release, released on September 25th 2015)
- Parse and honour the locale inheritance exceptions
(:gh:`97`)
- Fix Locale.parse using ``global.dat`` incompatible types
(:gh:`174`)
- Fix display of negative offsets in ``FixedOffsetTimezone``
(:gh:`214`)
- Improved odict performance which is used during localization file
build, should improve compilation time for large projects
- Add support for "narrow" format for ``format_timedelta``
- Add universal wheel support
- Support 'Language' header field in .PO files
(fixes :gh:`76`)
- Test suite enhancements (coverage, broken tests fixed, etc)
- Documentation updated