Skip to content

Commit

Permalink
Release v4.6.2 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja authored Oct 26, 2021
1 parent 19e9704 commit caff397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 4.6.2
- Attempt adding maxOpenshiftVersion property only when adding bundles to index

## 4.6.1
- fixed bug to use registry token while inspecting image

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='iib',
version='4.6.1',
version='4.6.2',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit caff397

Please sign in to comment.