aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/shiboken_version.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-01-05 15:26:23 +0200
committerSimo Fält <simo.falt@qt.io>2022-01-07 13:07:42 +0000
commit9282e03de471bb3772c8d3997159e49c113d7678 (patch)
tree7c79cfcab8714d49c8564e21d05f53a50aea86eb /sources/shiboken2/shiboken_version.py
parenta6c0fab89ef9382c85f05329983128877dad50bf (diff)
Enable 5.15.2.1 fix releasev5.15.2.15.15.2
Update qt5 dependency Disable not needed platform configurations Update virtualenv version Update wheel names Disable test asserting patch level version being int Change-Id: I4215deb96c69f43bc4bfc458ed20f1254f4383e2 Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'sources/shiboken2/shiboken_version.py')
-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 009db0bfa..2ccf3be69 100644
--- a/sources/shiboken2/shiboken_version.py
+++ b/sources/shiboken2/shiboken_version.py
@@ -39,7 +39,7 @@
major_version = "5"
minor_version = "15"
-patch_version = "2"
+patch_version = "2.1"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").