Skip to content

Commit a723a53

Browse files
authored
IIB Release v6.2.0 (#396)
1 parent 819ea56 commit a723a53

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+
## 6.2.0
10+
- Fix bug of missing related_bundles param and logs param in API response
11+
- Modify permissions on logs files
12+
913
## 6.1.0
1014
- Add support for Python3.9
1115
- Enable send events to the broker

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

0 commit comments

Comments
 (0)