We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dcb160 + 4c83ec2 commit 6c8cbecCopy full SHA for 6c8cbec
docs/source/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 7.1.0 - 2023-05-18
11
+
12
+### Added
13
+ - Added FBCOperationsModel
14
+ - Added retry for Kerberos authentication
15
16
## 7.0.0 - 2023-02-14
17
18
### Added
setup.py
@@ -60,7 +60,7 @@ def read_content(filepath):
60
61
setup(
62
name="iiblib",
63
- version="7.0.0",
+ version="7.1.0",
64
description="IIB client library",
65
long_description=long_description,
66
long_description_content_type="text/markdown",
0 commit comments