Skip to content

Commit

Permalink
Release 8.5.3
Browse files Browse the repository at this point in the history
[CLOUDDST-21764]
  • Loading branch information
lipoja committed Jan 29, 2024
1 parent 7dd12e9 commit 6fbd6f8
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 @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased


## 8.5.3
* Fixing Python3.8 compatibility Jan Lipovský Today 10:37 AM
* Update dependency boto3 to v1.34.29 renovate[bot]* Today 10:40 AM
* Update dependency botocore to v1.34.29 renovate[bot]* 1/27/24, 2:17 AM

## 8.5.2
* Adding result_backend config by @lipoja in https://github.com/release-engineering/iib/pull/610
* Update dependency jinja2 to v3.1.3 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/609
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.5.2',
version='8.5.3',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 6fbd6f8

Please sign in to comment.