diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index b4f26a87..d815ccc6 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -1,6 +1,12 @@ ChangeLog ========= +0.20.0 (2024-05-10) +------------------- + +* Fix SBOM publishing for the ML merge workflow +* Remove incompleteness_reasons field from SBOMs before publishing them + 0.19.0 (2024-03-18) ------------------- diff --git a/setup.py b/setup.py index 28e4ce5f..7581ec94 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def get_dependency_links(): setup( name="pubtools-quay", - version="0.19.0", + version="0.20.0", description="Pubtools-quay", long_description=long_description, long_description_content_type="text/x-rst",