File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ Changes are grouped as follows
1212- ` Fixed ` for any bug fixes.
1313- ` Security ` in case of vulnerabilities.
1414
15+ ## 7.12.1
16+
17+ ### Added
18+ * In the ` unstable ` package: Adds context to the config validation layer. This also allows us to customize validation.
19+
1520## 7.12.0
1621
1722### Added
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.12.0 "
19+ __version__ = "7.12.1 "
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.12.0 "
3+ version = " 7.12.1 "
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