From 707a4e4cf59045eaaf0b75d87e626dc95e2afbd7 Mon Sep 17 00:00:00 2001 From: Lorenzo Castellino Date: Thu, 17 Nov 2022 16:43:57 +0100 Subject: [PATCH] [chore] Rollback due to incorrect CI --- .github/workflows/release-multi-os.yml | 3 +-- pyproject.toml | 2 +- src/build/settings/base.json | 4 ++-- src/main/python/ui/PyES_about.py | 2 +- src/main/python/ui/PyES_about.ui | 2 +- tbump.toml | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-multi-os.yml b/.github/workflows/release-multi-os.yml index d03ac94..ab80c7a 100644 --- a/.github/workflows/release-multi-os.yml +++ b/.github/workflows/release-multi-os.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Create Release # Creates the release, assets will be added after building id: create_release - uses: ncipollo/create-release@v1 + uses: ncipollo/release-action@v1.11.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -127,4 +127,3 @@ jobs: tag: ${{ github.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - diff --git a/pyproject.toml b/pyproject.toml index 498fe07..0e3f9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyes" -version = "0.4.2" +version = "0.4.1" description = "" authors = ["Lorenzo Castellino "] license = "GPLv3" diff --git a/src/build/settings/base.json b/src/build/settings/base.json index fbd678b..58ba5d7 100644 --- a/src/build/settings/base.json +++ b/src/build/settings/base.json @@ -2,7 +2,7 @@ "app_name": "PyES", "author": "Lorenzo Castellino", "main_module": "src/main/python/main.py", - "version": "0.4.2", + "version": "0.4.1", "extra_pyinstaller_args": [ "--exclude-module", "PySide6.QtQml", @@ -13,4 +13,4 @@ "--exclude-module", "_bootlocale" ] -} \ No newline at end of file +} diff --git a/src/main/python/ui/PyES_about.py b/src/main/python/ui/PyES_about.py index 5b55875..bc2ccf4 100644 --- a/src/main/python/ui/PyES_about.py +++ b/src/main/python/ui/PyES_about.py @@ -68,7 +68,7 @@ def retranslateUi(self, dialogAbout): QCoreApplication.translate("dialogAbout", "About", None) ) self.label.setText( - QCoreApplication.translate("dialogAbout", "PyES Version 0.4.2", None) + QCoreApplication.translate("dialogAbout", "PyES Version 0.4.1", None) ) self.label_3.setText( QCoreApplication.translate( diff --git a/src/main/python/ui/PyES_about.ui b/src/main/python/ui/PyES_about.ui index 072188e..f2fa38a 100644 --- a/src/main/python/ui/PyES_about.ui +++ b/src/main/python/ui/PyES_about.ui @@ -35,7 +35,7 @@ - PyES Version 0.4.2 + PyES Version 0.4.1 diff --git a/tbump.toml b/tbump.toml index c860e48..83a350a 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "0.4.2" +current = "0.4.1" # Example of a semver regexp. # Make sure this matches current_version before