Skip to content

Commit c931f37

Browse files
authored
Merge branch 'master' into DOG-5996-Implement-metrics
2 parents 7575f1d + 69ec438 commit c931f37

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

15+
## 7.8.1
16+
17+
### Fixed
18+
19+
* Fixed file reading by falling back to system encoding if UTF-8 fails.
20+
1521
## 7.8.0
1622

1723
### Added

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