aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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': [