aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-08-30 23:02:57 +0300
committerSimo Fält <simo.falt@qt.io>2021-08-31 00:52:28 +0300
commit3349c48617d614ed42cc3f5c8445cb638264501e (patch)
tree606947a420816286be994bce0114e09281992a35
parent976af121ce4d4b564be1597f86aa94da9f98b141 (diff)
Cleanup version strings fro 6.1.3 release
Change-Id: If33308ac19a3fd346f6f9859319ee9cc00503ef5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/shiboken6/shiboken_version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/shiboken_version.py b/sources/shiboken6/shiboken_version.py
index 58785c631..fc7712879 100644
--- a/sources/shiboken6/shiboken_version.py
+++ b/sources/shiboken6/shiboken_version.py
@@ -44,10 +44,10 @@ patch_version = "3"
# 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.