Bump version to v0.6.0 for release

This commit is contained in:
msramalho
2023-07-27 15:42:29 +01:00
parent e8f44b652e
commit 1e66a2c905

View File

@@ -1,9 +1,9 @@
_MAJOR = "0"
_MINOR = "5"
_MINOR = "6"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "28"
_PATCH = "0"
# 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 = ""