Skip to content

Commit a2a01ea

Browse files
committed
bump: version 0.34.27 → 0.34.28
1 parent fc7a402 commit a2a01ea

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
## v0.34.28 (2022-09-20)
4+
5+
### Fix
6+
7+
- **scripts/make_boiling_processors**: fix processors again and simplify pipeline
8+
39
## v0.34.27 (2022-09-19)
410

511
## v0.34.26 (2022-09-19)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.34.27"
3+
version = "0.34.28"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -150,7 +150,7 @@ plugins = [
150150
[tool.commitizen]
151151
tag_format = "v$major.$minor.$patch$prerelease"
152152
update_changelog_on_bump = true
153-
version = "0.34.27"
153+
version = "0.34.28"
154154
version_files = ["pyproject.toml:version"]
155155

156156
[tool.pylint.main]

0 commit comments

Comments
 (0)