Skip to content

Commit 76089f4

Browse files
chandwanitulsiyashvardhannanavati
authored andcommitted
Release IIB v4.6.1
1 parent 6c854b4 commit 76089f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
## 4.6.1
9+
- fixed bug to use registry token while inspecting image
10+
811
## 4.6.0
912
- added build and push iib-worker and iib-api images to quay.io
1013
- fixed bug to clean local manifest lists before creating a new one

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='iib',
6-
version='4.6.0',
6+
version='4.6.1',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)