diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f07e973..e6410a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.25.2 (2022-06-15) + +### Fix + +- **preprocessing/video**: add one environment variable for trying to limit decord memory usage + ## v0.25.1 (2022-06-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 26464d91..2d462816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.25.1" +version = "0.25.2" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -163,5 +163,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.25.1" +version = "0.25.2" version_files = ["pyproject.toml:version"]