diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index 084c901b..f58be5da 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -1,6 +1,11 @@ ChangeLog ========= +0.19.0 (2024-03-18) +------------------- + +* Support cosign signing for container images + 0.18.0 (2024-03-18) ------------------- diff --git a/requirements.txt b/requirements.txt index abd4624d..465132d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ iiblib pubtools-iib kerberos marshmallow -urllib3<2 \ No newline at end of file +urllib3<2 +pubtools-sign>0.0.6 diff --git a/setup.py b/setup.py index 74545ab7..28e4ce5f 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def get_dependency_links(): setup( name="pubtools-quay", - version="0.18.0", + version="0.19.0", description="Pubtools-quay", long_description=long_description, long_description_content_type="text/x-rst",