From 16ccd3df899351a9dfdd53efbb2c0c37bf3d1dca Mon Sep 17 00:00:00 2001 From: Lorenzo Castellino Date: Wed, 20 Nov 2024 15:34:23 +0100 Subject: [PATCH] Bump to 2.0.5beta --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- release_text.md | 7 +++++-- 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(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6633b..7ba8642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version v2.0.5beta + +## Fixes +* Tentative fix for W11 UI problems ([2b09dc1](https://github.com/Kastakin/PyES/commit/2b09dc1038d40472627370d9f84ba13ebc1b194b)) + +## Others +* Add todo tasks for final release ([86fb44b](https://github.com/Kastakin/PyES/commit/86fb44bb1758c0a6c717e95737e89d95fe2050f5)) + + # Version v2.0.4beta ## Fixes diff --git a/pyproject.toml b/pyproject.toml index f85221e..9d9be08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyes" -version = "2.0.4beta" +version = "2.0.5beta" description = "" authors = ["Lorenzo Castellino "] license = "GPLv3" diff --git a/release_text.md b/release_text.md index 4bc5370..3a9bba9 100644 --- a/release_text.md +++ b/release_text.md @@ -1,6 +1,9 @@ -# Version v2.0.4beta +# Version v2.0.5beta ## Fixes -* Tentative fix in runner version (hdiutil: create failed) ([b8f1f7c](https://github.com/Kastakin/PyES/commit/b8f1f7c52a1cbf9499ddda65556cd662ddbe3604)) +* Tentative fix for W11 UI problems ([2b09dc1](https://github.com/Kastakin/PyES/commit/2b09dc1038d40472627370d9f84ba13ebc1b194b)) + +## Others +* Add todo tasks for final release ([86fb44b](https://github.com/Kastakin/PyES/commit/86fb44bb1758c0a6c717e95737e89d95fe2050f5)) diff --git a/src/build/settings/base.json b/src/build/settings/base.json index e4c50b0..a9e2eeb 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.4", + "version": "2.0.5", "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 c8be771..7f54327 100644 --- a/src/main/python/pyes/ui/PyES_about.py +++ b/src/main/python/pyes/ui/PyES_about.py @@ -68,7 +68,7 @@ def setupUi(self, dialogAbout): def retranslateUi(self, dialogAbout): dialogAbout.setWindowTitle(QCoreApplication.translate("dialogAbout", u"About", None)) - self.label.setText(QCoreApplication.translate("dialogAbout", u"PyES Version 2.0.4beta", None)) + self.label.setText(QCoreApplication.translate("dialogAbout", u"PyES Version 2.0.5beta", None)) self.label_3.setText(QCoreApplication.translate("dialogAbout", u"

PyES is a sotware created by the chemistry department of the University of Turin in collabration with the University of Messina and the University of Bialystok.

Based on the previous work of Professor Sammartano of the University of Messina, PyES aims to empower researchers with the ability to easly compute species distribution and simulate titration curves even for complex systems.

PyES is licensed under GPL3 and its source code is aviable on its entirety on GitHub.

", None)) # retranslateUi diff --git a/src/main/python/pyes/ui/PyES_about.ui b/src/main/python/pyes/ui/PyES_about.ui index 010d19b..60d26e7 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.4beta + PyES Version 2.0.5beta diff --git a/tbump.toml b/tbump.toml index fd4ac3a..7599570 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "2.0.4beta" +current = "2.0.5beta" # Example of a semver regexp. # Make sure this matches current_version before