Skip to content

Commit 9054086

Browse files
committed
Release 8.8.2
[CLOUDDST-23714]
1 parent 8130070 commit 9054086

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99

10+
# 8.8.2
11+
* Fixing generate dockerfile by @lipoja in https://github.com/release-engineering/iib/pull/729
12+
1013
## 8.8.1
1114
* Fix fetching s3 bucket data by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/727
1215

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

0 commit comments

Comments
 (0)