Skip to content

Commit

Permalink
IIB 6.6.1 release
Browse files Browse the repository at this point in the history
- Add recursive-related-bundles endpoint
- Adding ability to create single-active-consumer queues
- Add static types and mypy checks
- Append overwrite index token to current docker config
- Fixed config loading
  • Loading branch information
lipoja committed Sep 15, 2022
1 parent c5d9906 commit a5a385c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.6.0
## 6.6.1
- Add recursive-related-bundles endpoint
- Adding ability to create single-active-consumer queues
- Add static types and mypy checks
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.6.0',
version='6.6.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit a5a385c

Please sign in to comment.