Skip to content

Commit 5f9ca30

Browse files
committed
Release v9.2.1
Changes: - Allow binaryless images to have the hidden DB - Bump dependencies Signed-off-by: Jonathan Gangi <[email protected]>
1 parent cc4f4c7 commit 5f9ca30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 9.2.1
10+
11+
* Allow binaryless images to have the hidden DB
12+
* Bump dependencies
13+
914
## 9.2.0
1015

1116
* IIB uses opm render

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='9.2.0',
6+
version='9.2.1',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)