Skip to content

Commit f22a139

Browse files
committed
Release v8.7.4
[CLOUDDST-23175]
1 parent 35c5728 commit f22a139

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

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+
913
## 8.7.3
1014
* Downgrade of qpid-proton by @lipoja in https://github.com/release-engineering/iib/pull/683
1115

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

0 commit comments

Comments
 (0)