Skip to content

Commit 6c8cbec

Browse files
authored
Merge pull request #63 from zxiong/release_v8.0.0
Release v7.1.0
2 parents 0dcb160 + 4c83ec2 commit 6c8cbec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/CHANGELOG.md

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

88
## Unreleased
99

10+
## 7.1.0 - 2023-05-18
11+
12+
### Added
13+
- Added FBCOperationsModel
14+
- Added retry for Kerberos authentication
15+
1016
## 7.0.0 - 2023-02-14
1117

1218
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def read_content(filepath):
6060

6161
setup(
6262
name="iiblib",
63-
version="7.0.0",
63+
version="7.1.0",
6464
description="IIB client library",
6565
long_description=long_description,
6666
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)