From 5439b0aa3103f719f50c0f56ef35ba4f54101b4b Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Fri, 9 Sep 2022 17:08:14 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.34.15=20=E2=86=92=200.34.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d06e735..384b010e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.34.16 (2022-09-09) + +### Fix + +- **management/allocators**: correctly set `SmartCacheTable`s before instantiating `TinyDB` databases + ## v0.34.15 (2022-09-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 2fcd43aa..a83db918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.15" +version = "0.34.16" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -150,7 +150,7 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.34.15" +version = "0.34.16" version_files = ["pyproject.toml:version"] [tool.pylint.main]