Skip to content

Commit

Permalink
bump: version 8.3.2 → 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VebjornG committed Mar 20, 2024
1 parent 56b3f2d commit 1804c87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v8.3.3 (2024-03-20)

### Fix

- change descriptions of arguments
- **deps**: update dependency numba to ^0.59.0

## v8.3.2 (2024-02-23)

### 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.2"
version = "8.3.3"
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.2"
version = "8.3.3"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]

Expand Down

0 comments on commit 1804c87

Please sign in to comment.