Skip to content

Commit

Permalink
Release v9.0.0
Browse files Browse the repository at this point in the history
[CLOUDDST-24654]
  • Loading branch information
lipoja committed Dec 6, 2024
1 parent 84a9c16 commit 2b3f642
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

## 9.0.0

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

## 8.9.0
* Remove Operator deprecations during rm request, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/731
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='8.9.0',
version='9.0.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 2b3f642

Please sign in to comment.