Skip to content

Commit

Permalink
bump: version 8.5.0 → 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neringaalt committed Sep 16, 2024
1 parent ef921b0 commit ab608cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v8.6.0 (2024-09-16)

### Feat

- exposing Sustainability package (#313)
- more dimensionless numbers and pipe friction models (#273)

### Fix

- Bugfix for the mock scatter plot (#315)

## v8.5.0 (2024-09-09)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "indsl"
version = "8.5.0"
version = "8.6.0"
description = "Industrial Data Science Library by Cognite"
authors = ["Cognite"]
license = "Apache-2.0"
Expand Down Expand Up @@ -127,7 +127,7 @@ known-third-party = ["pytest"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "8.5.0"
version = "8.6.0"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]

Expand Down

0 comments on commit ab608cc

Please sign in to comment.