From 3c52da77cc054e8fb9b9399825cd4695306323c4 Mon Sep 17 00:00:00 2001 From: Lorenzo Castellino Date: Fri, 15 Nov 2024 16:01:25 +0100 Subject: [PATCH] Bump to 2.0.1beta --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- release_text.md | 17 ++++------------- src/build/settings/base.json | 2 +- src/main/python/pyes/ui/PyES_about.py | 2 +- src/main/python/pyes/ui/PyES_about.ui | 2 +- tbump.toml | 2 +- 7 files changed, 19 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd14b5e..59dfa39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version v2.0.1beta + +## Fixes +* Fix regression in opening file from cli argument ([c39cf5a](https://github.com/Kastakin/PyES/commit/c39cf5a332acac2a4de465872e500d82e0e294d3)) +* Solve importing and exporting issues of titration data ([8bc5e03](https://github.com/Kastakin/PyES/commit/8bc5e03ae20c3d293fa1fcd752543d67d033f312)) + +## Chores +* Formatting and import sorting ([43b6bdd](https://github.com/Kastakin/PyES/commit/43b6bdda8c0871e820a0b1508eeb3c261bab2ed5)) + + # Version v1.1.3 ## Features diff --git a/pyproject.toml b/pyproject.toml index 3498aa1..419f5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyes" -version = "2.0.0beta" +version = "2.0.1beta" description = "" authors = ["Lorenzo Castellino "] license = "GPLv3" diff --git a/release_text.md b/release_text.md index 8893524..be7e402 100644 --- a/release_text.md +++ b/release_text.md @@ -1,19 +1,10 @@ -# Version v1.1.3 - -## Features -* Add commands to edit all columns ([7a709ed](https://github.com/Kastakin/PyES/commit/7a709edf0a5c83c3b172933de6e557f67b0b73eb)) -* Calculate percentages on the fly for plotting purposes ([ddc04d7](https://github.com/Kastakin/PyES/commit/ddc04d7797c277df9717b15685a5bed684caec06)) - -## Enhancements -* Use dequeue instead of list for keeping track of concentration of previous points ([b919663](https://github.com/Kastakin/PyES/commit/b919663dd7ebcd712189f1bdcdcf8e86719f629d)) +# Version v2.0.1beta ## Fixes -* Update Pillow dependency to avoid vulnerability ([1b72e3c](https://github.com/Kastakin/PyES/commit/1b72e3c00475079db0d03715d7d23ace1fb0fee4)) +* Fix regression in opening file from cli argument ([c39cf5a](https://github.com/Kastakin/PyES/commit/c39cf5a332acac2a4de465872e500d82e0e294d3)) +* Solve importing and exporting issues of titration data ([8bc5e03](https://github.com/Kastakin/PyES/commit/8bc5e03ae20c3d293fa1fcd752543d67d033f312)) ## Chores -* Add missing generated artifacts ([4ddba12](https://github.com/Kastakin/PyES/commit/4ddba12534f8d17b3150912a705e9e1e7ea3b3d0)) -* Lock pyinstaller version ([a9151b5](https://github.com/Kastakin/PyES/commit/a9151b5496bf99eaa9ae98e8abcefd5820a33d19)) -* Improve reliability of benchmark scripts ([a9c186b](https://github.com/Kastakin/PyES/commit/a9c186b1b6a1ca8cfe303500f7dc69e37588c71d)) -* Add generics methods for models ([d0b61c3](https://github.com/Kastakin/PyES/commit/d0b61c335574592ebca45e2b3da1534e51a8f960)) +* Formatting and import sorting ([43b6bdd](https://github.com/Kastakin/PyES/commit/43b6bdda8c0871e820a0b1508eeb3c261bab2ed5)) diff --git a/src/build/settings/base.json b/src/build/settings/base.json index 76b6870..353f78b 100644 --- a/src/build/settings/base.json +++ b/src/build/settings/base.json @@ -2,7 +2,7 @@ "app_name": "PyES Beta", "author": "Lorenzo Castellino", "main_module": "src/main/python/pyes/main.py", - "version": "2.0.0", + "version": "2.0.1", "extra_pyinstaller_args": [ "--exclude-module", "PySide6.QtQml", diff --git a/src/main/python/pyes/ui/PyES_about.py b/src/main/python/pyes/ui/PyES_about.py index 9a97bef..57bc702 100644 --- a/src/main/python/pyes/ui/PyES_about.py +++ b/src/main/python/pyes/ui/PyES_about.py @@ -109,7 +109,7 @@ def retranslateUi(self, dialogAbout): QCoreApplication.translate("dialogAbout", "About", None) ) self.label.setText( - QCoreApplication.translate("dialogAbout", "PyES Version 2.0.0beta", None) + QCoreApplication.translate("dialogAbout", "PyES Version 2.0.1beta", None) ) self.label_3.setText( QCoreApplication.translate( diff --git a/src/main/python/pyes/ui/PyES_about.ui b/src/main/python/pyes/ui/PyES_about.ui index 434b249..838b6bf 100644 --- a/src/main/python/pyes/ui/PyES_about.ui +++ b/src/main/python/pyes/ui/PyES_about.ui @@ -35,7 +35,7 @@ - PyES Version 2.0.0beta + PyES Version 2.0.1beta diff --git a/tbump.toml b/tbump.toml index 7f81de7..f288ad9 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "2.0.0beta" +current = "2.0.1beta" # Example of a semver regexp. # Make sure this matches current_version before