Releases: explosion/catalogue
Releases · explosion/catalogue
Release list
v2.0.10
v2.0.9
- Update for compatibility with future Python 3.12 (#62).
v1.0.2
v1.0.1
Note: v1.0.1 was deleted from PyPI because it was incompatible with python 2.7, but the package setup did not specify this correctly and yanked packages are not supported by the latest
pipfor python 2.7. The v1.0.2 release is identical to v1.0.1 except for the correctedpython_requires>=3.6.
- Add vendored
importlib_metadatav3.2.0 for use with Python 3.6-3.7 to avoid breaking changes in newer releases and to avoid conflicts withimportlib_metadatarequirements in other packages. - Backport changes from #41 for improved compatibility with Python 3.10+.
v2.0.8
- Improve future compatibility with
importlib.metadatafor python 3.10+. - Update tests for compatibility with python 3.10+.
v2.0.7
- Modify test suite for python 3.10 until
importlib.metadatadifferences can be addressed.
v2.0.6
v2.0.5
v2.0.4
- Fix conflicts between
catalogueandimportlib-metadata
v2.0.3
- Add vendored
importlib-metadatav3.2.0 to avoid conflicts withimportlib-metadatarequirements in other packages