diff options
author | Simo Fält <simo.falt@qt.io> | 2021-03-03 19:10:47 +0200 |
---|---|---|
committer | Simo Fält <simo.falt@qt.io> | 2021-03-04 19:24:18 +0200 |
commit | b4b2768b9d890c8361b50047f5ac2ce9c90ed554 (patch) | |
tree | 9060743c3bcc5559bc0da63e0f978e42ea901289 | |
parent | ffdbe48f6779c33886d63f7843d051905732f376 (diff) |
-rw-r--r-- | sources/pyside6/pyside_version.py | 4 | ||||
-rw-r--r-- | sources/shiboken6/shiboken_version.py | 4 |
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. |