Skip to content

Commit 36d19fe

Browse files
committed
Release v8.7.7
1 parent 160c08b commit 36d19fe

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+
## 8.7.7
10+
* Update dependency requests to v2.32.2 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/690
11+
* Update dependency urllib3 to v1.26.19 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/692
12+
* Fix OPM port locking mechanism bug by @xDaile in https://github.com/release-engineering/iib/pull/695
913

1014
## 8.7.6
1115
* Fix bug introduced by e1393a2 commit by @xDaile in https://github.com/release-engineering/iib/pull/689

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

0 commit comments

Comments
 (0)