From 55b5e71ad79f08632859b073eea57597d776791c Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Fri, 17 Jun 2022 15:44:40 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.27.1=20=E2=86=92=200.28.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f779233b..8484639d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v0.28.0 (2022-06-17) + +### Refactor + +- **datasets/datasets**: remove unused functionality +- **preprocessing/transformers**: remove transformer names + ## v0.27.1 (2022-06-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2b01a120..28ae786c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.27.1" +version = "0.28.0" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -156,5 +156,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.27.1" +version = "0.28.0" version_files = ["pyproject.toml:version"]