File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616Cognite 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 "
2020from .base import Extractor
2121
2222__all__ = ["Extractor" ]
Original file line number Diff line number Diff line change 11[project ]
22name = " cognite-extractor-utils"
3- version = " 7.9.1 "
3+ version = " 7.10.0 "
44description = " Utilities for easier development of extractors for CDF"
55authors = [
66 {name = " Mathias Lohne" , email = " mathias.lohne@cognite.com" }
You can’t perform that action at this time.
0 commit comments