Skip to content

Commit

Permalink
IIB Release v6.2.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanssa authored Mar 16, 2022
1 parent 819ea56 commit a723a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.2.0
- Fix bug of missing related_bundles param and logs param in API response
- Modify permissions on logs files

## 6.1.0
- Add support for Python3.9
- Enable send events to the broker
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='iib',
version='6.1.0',
version='6.2.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit a723a53

Please sign in to comment.