- merged https://github.com/jvanasco/metadata_parser/pull/9 from xethorn - nested all commands to `log` under `__debug__` to avoid calls on production when PYTHONOPTIMIZE is set
0.6.18
- migrated version string into __init__.py
0.6.17
- added a new `DummyResponse` class to mimic popular attributes of a `requests.response` object when parsing from HTML files
0.6.16
- incorporated pull8 (https://github.com/jvanasco/metadata_parser/pull/8) which fixes issue5 (https://github.com/jvanasco/metadata_parser/issues/5) with comments
0.6.15
- fixed README which used old api in the example
0.6.14
- there was a typo and another bug that passed some tests on BeautifulSoup parsing. they have been fixed. todo- migrate tests to public repo