We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e02f4a0 + 26f13cc commit 7b1f8f0Copy full SHA for 7b1f8f0
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.4.0 - 2024-08-28
11
+
12
+### Added
13
+ - Add operation add_deprecations
14
+ - Add AddDeprecationsModel for new IIB API endpoint
15
16
## 7.3.0 - 2024-03-27
17
18
### Removed
setup.py
@@ -60,7 +60,7 @@ def read_content(filepath):
60
61
setup(
62
name="iiblib",
63
- version="7.3.0",
+ version="7.4.0",
64
description="IIB client library",
65
long_description=long_description,
66
long_description_content_type="text/markdown",
0 commit comments