aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2018-12-04 11:16:03 +0200
committerSimo Fält <simo.falt@qt.io>2018-12-05 06:12:04 +0000
commitb5a2e9a38756b5fc3bb7e9f2d84db836526202eb (patch)
tree2d95ab119b1e49204f4ebb53ba789af9ba49768b /sources/shiboken2
parent08a99cb66d9766d9b7801a51986f49e49269ef33 (diff)
Cleanup version strings for 5.11.3 release
Change-Id: I3fe96a92675dd81459777646593cb5c5737cc245 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/shiboken2')
-rw-r--r--sources/shiboken2/shiboken_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/shiboken_version.py b/sources/shiboken2/shiboken_version.py
index 360e4eb07..395886e1b 100644
--- a/sources/shiboken2/shiboken_version.py
+++ b/sources/shiboken2/shiboken_version.py
@@ -44,7 +44,7 @@ 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.
-pre_release_version_type = "a"
+pre_release_version_type = ""
# For example: "1", "2" (which means "beta1", "beta2", if type is "b").
pre_release_version = "1"