We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4f4c7 commit 5f9ca30Copy full SHA for 5f9ca30
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 9.2.1
10
+
11
+* Allow binaryless images to have the hidden DB
12
+* Bump dependencies
13
14
## 9.2.0
15
16
* IIB uses opm render
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='iib',
- version='9.2.0',
+ version='9.2.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
0 commit comments