Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed May 17, 2024
1 parent 0cfe758 commit 13c2d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
ChangeLog
=========

0.21.0 (2024-06-17)
-------------------
Fixed pushing index images to wrong namespace
Fixed removing index image signatures when there are no non fbc operators


0.20.0 (2024-05-10)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_requirements():
# to use the 'name + dependency_link' style
if building_rpm():
reqs = sorted(list(set(reqs)))
pip_version = [0, 0, 0]
pip_ersion = [0, 0, 0]
else:
import pip

Expand Down Expand Up @@ -113,7 +113,7 @@ def get_dependency_links():

setup(
name="pubtools-quay",
version="0.20.0",
version="0.21.0",
description="Pubtools-quay",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 13c2d7e

Please sign in to comment.