diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59dfa39..1d1a74d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# Version v2.0.2beta
+
+## Fixes
+* Correctly handle github ref tags ([74e2e3f](https://github.com/Kastakin/PyES/commit/74e2e3fa48ac7023c808a301e37f408642d2d4a5))
+* Correctly assign artifact names in release ([28ee8ea](https://github.com/Kastakin/PyES/commit/28ee8eaa8b9e0deb3db92d0b8c701033cab0caad))
+* correctly select work mode when importing BSTAC files ([556adbd](https://github.com/Kastakin/PyES/commit/556adbd10a331ad7c625a577d5fe767e7aca3c21))
+* Increase number of allowed decimals for titration fields ([64e7c73](https://github.com/Kastakin/PyES/commit/64e7c736ef88a1446bc0e385aea5e1c3acc84bb9))
+
+## Chores
+* Update libeq to fix bstac import ([f9ba49c](https://github.com/Kastakin/PyES/commit/f9ba49c878d28f1ac9614071ee81c09046b3f3df))
+
+
# Version v2.0.1beta
## Fixes
diff --git a/pyproject.toml b/pyproject.toml
index 419f5b8..bd3c690 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyes"
-version = "2.0.1beta"
+version = "2.0.2beta"
description = ""
authors = ["Lorenzo Castellino "]
license = "GPLv3"
diff --git a/release_text.md b/release_text.md
index be7e402..f8d2cb1 100644
--- a/release_text.md
+++ b/release_text.md
@@ -1,10 +1,12 @@
-# Version v2.0.1beta
+# Version v2.0.2beta
## 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))
+* Correctly handle github ref tags ([74e2e3f](https://github.com/Kastakin/PyES/commit/74e2e3fa48ac7023c808a301e37f408642d2d4a5))
+* Correctly assign artifact names in release ([28ee8ea](https://github.com/Kastakin/PyES/commit/28ee8eaa8b9e0deb3db92d0b8c701033cab0caad))
+* correctly select work mode when importing BSTAC files ([556adbd](https://github.com/Kastakin/PyES/commit/556adbd10a331ad7c625a577d5fe767e7aca3c21))
+* Increase number of allowed decimals for titration fields ([64e7c73](https://github.com/Kastakin/PyES/commit/64e7c736ef88a1446bc0e385aea5e1c3acc84bb9))
## Chores
-* Formatting and import sorting ([43b6bdd](https://github.com/Kastakin/PyES/commit/43b6bdda8c0871e820a0b1508eeb3c261bab2ed5))
+* Update libeq to fix bstac import ([f9ba49c](https://github.com/Kastakin/PyES/commit/f9ba49c878d28f1ac9614071ee81c09046b3f3df))
diff --git a/src/build/settings/base.json b/src/build/settings/base.json
index 353f78b..8483f50 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.1",
+ "version": "2.0.2",
"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 78a57a5..fcfba5d 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.1beta", None))
+ self.label.setText(QCoreApplication.translate("dialogAbout", u"PyES Version 2.0.2beta", 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 838b6bf..6ba71fb 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.1beta
+ PyES Version 2.0.2beta
diff --git a/tbump.toml b/tbump.toml
index f288ad9..3e25d54 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
# github_url = "https://github.com///"
[version]
-current = "2.0.1beta"
+current = "2.0.2beta"
# Example of a semver regexp.
# Make sure this matches current_version before