aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2012-09-05 10:16:33 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2012-09-05 10:16:33 +0200
commite4d591c211be0fb3f8f221462443377a657a8903 (patch)
tree29c6c48db71166a7c634de9e0fead1fc337dc30b
parentb73480ba3dede8969f20443bc4b0a140d4b2e8d8 (diff)
Update modules to PySide release 1.1.2
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 4d4e7b201..ea3beb06f 100644
--- a/setup.py
+++ b/setup.py
@@ -30,13 +30,13 @@ On Windows You need to execute this script from Visual Studio 2008 Command Promp
Building 64bit version is not supported with Visual Studio 2008 Express Edition.
"""
-__version__ = "1.1.2dev"
+__version__ = "1.1.2"
submodules = {
__version__: [
- ["shiboken", "master"],
- ["pyside", "master"],
- ["pyside-tools", "master"],
+ ["shiboken", "1.1.2"],
+ ["pyside", "1.1.2"],
+ ["pyside-tools", "0.2.14"],
["pyside-examples", "master"],
],
'1.1.1': [