Skip to content

Commit 7c67787

Browse files
author
semantic-release
committed
0.16.0
Automatically generated by python-semantic-release
1 parent 55a3641 commit 7c67787

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v0.16.0 (2024-06-04)
6+
7+
### Chore
8+
9+
* chore: Add missing type hint for list_all_organizations ([`86fb228`](https://github.com/rossumai/rossum-sdk/commit/86fb228613aa60a0b48c04a1549252454d15b2c9))
10+
11+
### Feature
12+
13+
* feat: Add delete_annotation method (#75)
14+
15+
* feat: Add delete_annotation method ([`55a3641`](https://github.com/rossumai/rossum-sdk/commit/55a364100e73ec24da009b12819830c7dbd69e5a))
16+
17+
### Unknown
18+
19+
* Merge pull request #73 from uhlikfil/main
20+
21+
chore: Add missing type hint for list_all_organizations ([`6b9bd60`](https://github.com/rossumai/rossum-sdk/commit/6b9bd607abafdcb64f955f76fb045b87b2fe262a))
22+
23+
524
## v0.15.2 (2024-06-03)
625

726
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rossum_api"
7-
version = "0.15.2"
7+
version = "0.16.0"
88
license = {text = "MIT"}
99
readme = "README.md"
1010
dependencies = [

rossum_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from rossum_api.elis_api_client import ElisAPIClient, ExportFileFormats
55
from rossum_api.elis_api_client_sync import ElisAPIClientSync
66

7-
__version__ = "0.15.2"
7+
__version__ = "0.16.0"
88

99
__all__ = (
1010
"APIClientError",

0 commit comments

Comments
 (0)