Skip to content

Commit

Permalink
Release IIB v6.4.0
Browse files Browse the repository at this point in the history
Refers to CLOUDDST-13800
  • Loading branch information
yashvardhannanavati committed Jun 14, 2022
1 parent 279f211 commit ba5aef5
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.4.0
- Add internal_index_image_copy and internal_index_image_copy_resolved to Add and Rm response
- Add a warning for when gating is disabled

## 6.3.0
- Fix create-empty-index endpoint to not accept build_tags
- Update black to stable version 22.3.0
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.3.0',
version='6.4.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit ba5aef5

Please sign in to comment.