Skip to content

Commit f930a4c

Browse files
Tulsi Chandwanichandwanitulsi
authored andcommitted
IIB Release v9.5.3
1 parent 45f7743 commit f930a4c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 9.5.3
10+
11+
* Update dependency wcwidth to v0.8.1 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1333
12+
* Refactor set_registry_token to support repository-specific auth by @chandwanitulsi in https://github.com/release-engineering/iib/pull/1343
13+
914
## 9.5.2
1015

1116
* Update dependency urllib3 to v2.7.0 [SECURITY] by @renovate[bot] in https://github.com/release-engineering/iib/pull/1324

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

0 commit comments

Comments
 (0)