Skip to content

Commit a1d3967

Browse files
committed
PR review changes
1 parent b72d875 commit a1d3967

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Changes are grouped as follows
1313
- `Security` in case of vulnerabilities.
1414

1515

16-
## 7.9.1
16+
## 7.10.0
1717

1818
### Added
1919

20-
* Added support for the dataset, dataset_external_id and upload_queue_size in the Extractor Base Config.
20+
* Added support for dataset, dataset_external_id and upload_queue_size in the Extractor Base Config.
2121

2222
## 7.9.0
2323

cognite/extractorutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Cognite extractor utils is a Python package that simplifies the development of new extractors.
1717
"""
1818

19-
__version__ = "7.9.1"
19+
__version__ = "7.10.0"
2020
from .base import Extractor
2121

2222
__all__ = ["Extractor"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cognite-extractor-utils"
3-
version = "7.9.1"
3+
version = "7.10.0"
44
description = "Utilities for easier development of extractors for CDF"
55
authors = [
66
{name = "Mathias Lohne", email = "mathias.lohne@cognite.com"}

0 commit comments

Comments
 (0)