Skip to content

Commit 2b3f642

Browse files
committed
Release v9.0.0
[CLOUDDST-24654]
1 parent 84a9c16 commit 2b3f642

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 9.0.0
10+
11+
* Drop support of Python 3.8 by @lipoja in https://github.com/release-engineering/iib/pull/736
12+
* Fix Python3.12 dev_env by @xDaile in https://github.com/release-engineering/iib/pull/738
913

1014
## 8.9.0
1115
* Remove Operator deprecations during rm request, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/731

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

0 commit comments

Comments
 (0)