Skip to content

Commit

Permalink
bump: version 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 14, 2021
1 parent 66d4853 commit 81b1179
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.8.2 (2021-07-13)

### Fix

- **preprocessing**: use built-in `round` instead of trying (and failing) to import from `math`

## v0.8.1 (2021-07-13)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins = "numpy.typing.mypy_plugin"
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.8.1"
version = "0.8.2"
version_files = [
"VERSION",
]
Expand Down

0 comments on commit 81b1179

Please sign in to comment.