From b6d935c7401281e3d1939a9a02c068fa56052ee0 Mon Sep 17 00:00:00 2001 From: xdaile Date: Mon, 17 Jun 2024 23:37:39 +0200 Subject: [PATCH] Release v8.7.6 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f001107c..d2925215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 8.7.6 +* Fix bug introduced by e1393a2 commit by @xDaile in https://github.com/release-engineering/iib/pull/689 + ## 8.7.5 * Fix buildah retry mechanism by @xDaile in https://github.com/release-engineering/iib/pull/681 * Allow non tagged index image in IIB_GRAPH_MODE_INDEX_ALLOW_LIST by @xDaile in https://github.com/release-engineering/iib/pull/661 diff --git a/setup.py b/setup.py index b7a328b5..168e627a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='iib', - version='8.7.5', + version='8.7.6', long_description=__doc__, packages=find_packages(exclude=['tests', 'tests.*']), include_package_data=True,