Compare commits

...

2 Commits

Author SHA1 Message Date
msramalho
2130a33829 Bump version to v0.3.33 for release 2025-05-05 11:20:03 +01:00
msramalho
3d5b6de557 release requires build 2025-05-05 11:19:57 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
# needs: [checks]
needs: [Build]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v1

View File

@@ -2,7 +2,7 @@ _MAJOR = "0"
_MINOR = "3"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "32"
_PATCH = "33"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""