Skip to content

Commit

Permalink
Release IIB v7.0.1
Browse files Browse the repository at this point in the history
Refers to CLOUDDST-17259
  • Loading branch information
yashvardhannanavati committed Feb 14, 2023
1 parent 26674fd commit 02680d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 7.0.1
- Fix fbc-operations bug where the requests failed when binary_image is not submitted

## 7.0.0
- Fix flake8 and mypy bugs
- Tweak Add and Rm worker logic to support the new fbc-operations endpoint
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='7.0.0',
version='7.0.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 02680d3

Please sign in to comment.