Skip to content

Commit f5d7d6b

Browse files
IIB Release v6.3.0 (#404)
1 parent ca10c2a commit f5d7d6b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 6.3.0
10+
- Fix create-empty-index endpoint to not accept build_tags
11+
- Update black to stable version 22.3.0
12+
- Build container image for message broker and push to quay.io
13+
- Upgrade OPM to 1.21.0
14+
- Remove FIXME comments for issues caught by bandit
15+
- Bump pytest from 7.1.0 to 7.1.2
16+
917
## 6.2.0
1018
- Fix bug of missing related_bundles param and logs param in API response
1119
- Modify permissions on logs files

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

0 commit comments

Comments
 (0)