Skip to content

Commit

Permalink
Release v9.1.1
Browse files Browse the repository at this point in the history
[CLOUDDST-25731]
  • Loading branch information
lipoja committed Jan 30, 2025
1 parent 69403ee commit c93381e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 9.1.1

* Add "--migrate-level" for opm_migrate if opm>1.46 by @JAVGan in https://github.com/release-engineering/iib/pull/795
* Update dependencies of IIB

## 9.1.0

* Converting timestamp object to string
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='9.1.0',
version='9.1.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit c93381e

Please sign in to comment.