aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-03-03 19:10:47 +0200
committerSimo Fält <simo.falt@qt.io>2021-03-04 19:24:18 +0200
commitb4b2768b9d890c8361b50047f5ac2ce9c90ed554 (patch)
tree9060743c3bcc5559bc0da63e0f978e42ea901289
parentffdbe48f6779c33886d63f7843d051905732f376 (diff)
Cleanup version strings for 6.0.2 releasev6.0.26.0.2
Change-Id: I5762b74b027f84a19b44b04443fbe2db970814c9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simo Fält <simo.falt@qt.io>
-rw-r--r--sources/pyside6/pyside_version.py4
-rw-r--r--sources/shiboken6/shiboken_version.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside6/pyside_version.py b/sources/pyside6/pyside_version.py
index 8fcdd0cae..5d73bdae0 100644
--- a/sources/pyside6/pyside_version.py
+++ b/sources/pyside6/pyside_version.py
@@ -44,10 +44,10 @@ patch_version = "2"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").
# An empty string means the generated package will be an official release.
-release_version_type = "a"
+release_version_type = ""
# For example: "1", "2" (which means "beta1", "beta2", if type is "b").
-pre_release_version = "1"
+pre_release_version = ""
if __name__ == '__main__':
# Used by CMake.
diff --git a/sources/shiboken6/shiboken_version.py b/sources/shiboken6/shiboken_version.py
index 8fcdd0cae..5d73bdae0 100644
--- a/sources/shiboken6/shiboken_version.py
+++ b/sources/shiboken6/shiboken_version.py
@@ -44,10 +44,10 @@ patch_version = "2"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").
# An empty string means the generated package will be an official release.
-release_version_type = "a"
+release_version_type = ""
# For example: "1", "2" (which means "beta1", "beta2", if type is "b").
-pre_release_version = "1"
+pre_release_version = ""
if __name__ == '__main__':
# Used by CMake.