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 35c5728 commit f22a139Copy full SHA for f22a139
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+
10
+## 8.7.4
11
+* verify_operators_exists returns only unique packages by @lipoja in https://github.com/release-engineering/iib/pull/685
12
13
## 8.7.3
14
* Downgrade of qpid-proton by @lipoja in https://github.com/release-engineering/iib/pull/683
15
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='iib',
- version='8.7.3',
+ version='8.7.4',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
0 commit comments