We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9906 commit a5a385cCopy full SHA for a5a385c
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
-## 6.6.0
+## 6.6.1
10
- Add recursive-related-bundles endpoint
11
- Adding ability to create single-active-consumer queues
12
- Add static types and mypy checks
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='iib',
- version='6.6.0',
+ version='6.6.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
0 commit comments