* Add setuptools to install_requires (50) * Add an option to extract cover_data for libmediainfo ≥ 18.03 (51) * Get version from `setuptools_scm`
2.2.1
* Fix library loading by path on 32-bit Windows (48) * Do not fail if the package is not installed * Add continuous integration on OSX and Windows
2.2.0
* Support MediaInfo v17.10 * Make `parse` support non-standard library locations (24) * Make `parse` support pathlib objects (40) * Add PyPy and PyPy3 support * Run tests with pytest instead of nose * Update libmediainfo to v17.10 for Travis CI
2.1.9
* Make sure docs are included in source distributions
2.1.8
* Make sure tests are included in source distributions
2.1.7
* Allow URL parsing again (36) * Python 3.6 support