Skip to content

Commit a5a385c

Browse files
committed
IIB 6.6.1 release
- 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
1 parent c5d9906 commit a5a385c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
## 6.6.0
9+
## 6.6.1
1010
- Add recursive-related-bundles endpoint
1111
- Adding ability to create single-active-consumer queues
1212
- Add static types and mypy checks

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

0 commit comments

Comments
 (0)