Skip to content

Commit 9988474

Browse files
lipojayashvardhannanavati
authored andcommitted
Release IIB v7.1.1
1 parent e69d6b1 commit 9988474

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 7.1.1
10+
- Fix RM API endpoint - remove operator from FBC
11+
- Move cleanup function to the end of the request
12+
- Fixing Bandid test
13+
914
## 7.1.0
1015
- Update dependabot.yml
1116
- Bump actions/checkout from 2 to 3

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

0 commit comments

Comments
 (0)