Added automated measurement of test coverage. Line coverage started at 92%. Bumped to 97%.
1.2.0
Realized imports were overly restrictive, requiring clients of module to needlessly (and contra docs) manually import ``re`` and construct the ``match`` object. Fixed. Bumped minor version number to reflect de facto API change.
1.1.1
Simplified ``setup.py`` and packaging. Tweaked docs.
1.1.0
Adds multi-pattern and case insensitive Glob subclass. Added wheel packaging. Rearranged and extended testing structure. Updated setup and docs.
1.0.10
Added ``bdist_wheel`` package support. Extended testing matrix to 3.5 pre-release builds. Switched to Apache License.