Skip to content

Commit

Permalink
bump: version 8.3.3 → 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neringaalt committed Mar 22, 2024
1 parent eb9f736 commit d30e700
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v8.4.0 (2024-03-22)

### Feat

- Add Discharge Reciprocating Pump function

### Fix

- make Changelog a collapsable list (#167)

## v8.3.3 (2024-03-20)

### Fix
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.3.3"
version = "8.4.0"
description = "Industrial Data Science Library by Cognite"
authors = ["Cognite"]
license = "Apache-2.0"
Expand Down Expand Up @@ -124,7 +124,7 @@ known-third-party = ["pytest"]

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

Expand Down

0 comments on commit d30e700

Please sign in to comment.