aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-10-25 00:41:39 +0300
committerSimo Fält <simo.falt@qt.io>2022-10-25 10:42:48 +0300
commit89c9778c87e9bdb030fc7bb0945a96929c7d3d13 (patch)
tree22e2be300dccf903b408b4c101dd154e02ff2d7f
parent8a46c713b90d8a099dcaad40a2c62194498e6121 (diff)
Fix wheel names for 6.4.0.1 release
Change-Id: I28b075de09a3b11ac004e295a1de503948c03e18 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/pyside6/.cmake.conf2
-rw-r--r--sources/pyside6/tests/QtCore/versioninfo_test.py2
-rw-r--r--sources/shiboken6/.cmake.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf
index df1f2e064..901af5b11 100644
--- a/sources/pyside6/.cmake.conf
+++ b/sources/pyside6/.cmake.conf
@@ -1,5 +1,5 @@
set(pyside_MAJOR_VERSION "6")
set(pyside_MINOR_VERSION "4")
-set(pyside_MICRO_VERSION "0")
+set(pyside_MICRO_VERSION "0.1")
set(pyside_PRE_RELEASE_VERSION_TYPE "")
set(pyside_PRE_RELEASE_VERSION "")
diff --git a/sources/pyside6/tests/QtCore/versioninfo_test.py b/sources/pyside6/tests/QtCore/versioninfo_test.py
index 63414378a..fce930031 100644
--- a/sources/pyside6/tests/QtCore/versioninfo_test.py
+++ b/sources/pyside6/tests/QtCore/versioninfo_test.py
@@ -21,7 +21,7 @@ class TestVersionInfo(unittest.TestCase):
self.assertEqual(len(v), 5)
self.assertEqual(type(v[0]), int)
self.assertEqual(type(v[1]), int)
- self.assertEqual(type(v[2]), int)
+ #self.assertEqual(type(v[2]), int)disable for 6.4.0.1
self.assertEqual(type(v[3]), str)
self.assertEqual(type(v[4]), str)
diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf
index 36ce03142..615a0e0c0 100644
--- a/sources/shiboken6/.cmake.conf
+++ b/sources/shiboken6/.cmake.conf
@@ -1,5 +1,5 @@
set(shiboken_MAJOR_VERSION "6")
set(shiboken_MINOR_VERSION "4")
-set(shiboken_MICRO_VERSION "0")
+set(shiboken_MICRO_VERSION "0.1")
set(shiboken_PRE_RELEASE_VERSION_TYPE "")
set(shiboken_PRE_RELEASE_VERSION "")