Skip to content

Commit

Permalink
Fix zipping old files
Browse files Browse the repository at this point in the history
  • Loading branch information
qTipTip authored and haakonvt committed Sep 5, 2024
1 parent 9e1add3 commit 23c2873
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 7.58.7 - 2024-09-05

### Fixed
- Allow zipping files older than 1980 when creating a function, this is done by
setting the timestamp to 1980 if older than that.

## [7.58.6] - 2024-09-05
### Fixed
- Data modeling convenience filter `SpaceFilter` now allows listing of global nodes by using `equals`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cognite-sdk"

version = "7.58.6"
version = "7.58.7"
description = "Cognite Python SDK"
readme = "README.md"
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
Expand Down

0 comments on commit 23c2873

Please sign in to comment.