Skip to content

Commit e6df6dc

Browse files
authored
Release version 7.11.2 (#499)
1 parent 8537632 commit e6df6dc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Changes are grouped as follows
1212
- `Fixed` for any bug fixes.
1313
- `Security` in case of vulnerabilities.
1414

15+
16+
## 7.11.2
17+
18+
### Fixed
19+
20+
* In the `unstable` package: Fixed a metrics pickling error — the runtime no longer passes a `Metrics` instance; extractors are now responsible for creating and managing their own `Metrics` instance.
21+
22+
1523
## 7.11.1
1624

1725
### Fixed

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.11.1"
19+
__version__ = "7.11.2"
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.11.1"
3+
version = "7.11.2"
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)