aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2024-03-28 07:40:19 +0200
committerSimo Fält <simo.falt@qt.io>2024-03-28 12:33:20 +0000
commitbf4c87b7d72e83d82d49423ea577ab93ebb8c1f6 (patch)
tree2f001572ad7811f4201dbb22742d37c32be1246b
parent5d9b5718f0dc2c042db606c45451097dc33e9b06 (diff)
Fix wheel name for 6.6.3.1 fix release
Change-Id: Ib592c0d0cb2371981bb2542904222f1ff50a7c6c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 6762341cf..b8ca52cdb 100644
--- a/sources/pyside6/.cmake.conf
+++ b/sources/pyside6/.cmake.conf
@@ -1,5 +1,5 @@
set(pyside_MAJOR_VERSION "6")
set(pyside_MINOR_VERSION "6")
-set(pyside_MICRO_VERSION "3")
+set(pyside_MICRO_VERSION "3.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..9455e7fe7 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.6.3.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 a1fc33502..cb716a75c 100644
--- a/sources/shiboken6/.cmake.conf
+++ b/sources/shiboken6/.cmake.conf
@@ -1,5 +1,5 @@
set(shiboken_MAJOR_VERSION "6")
set(shiboken_MINOR_VERSION "6")
-set(shiboken_MICRO_VERSION "3")
+set(shiboken_MICRO_VERSION "3.1")
set(shiboken_PRE_RELEASE_VERSION_TYPE "")
set(shiboken_PRE_RELEASE_VERSION "")