aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2014-04-23 23:45:29 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2014-04-23 23:45:29 +0200
commit9745e08c1a5405a20af51a6d046822a23fb6c051 (patch)
treed50ecd5a9de954f87a384a2d2e57615e37dc0099 /setup.py
parent2596df8af6ae41d0a07ef38aabf8dc19a0efb44f (diff)
Prepare 1.2.2 release1.2.2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 9fdfc64fc..250e1f291 100644
--- a/setup.py
+++ b/setup.py
@@ -26,13 +26,13 @@ OpenSSL: You can specify the location of OpenSSL DLLs with option --opnessl=</pa
You can download OpenSSL for windows here: http://slproweb.com/products/Win32OpenSSL.html
"""
-__version__ = "1.3.0dev"
+__version__ = "1.2.2"
submodules = {
- '1.3.0dev': [
- ["shiboken", "master"],
- ["pyside", "master"],
- ["pyside-tools", "master"],
+ '1.2.2': [
+ ["shiboken", "1.2.2"],
+ ["pyside", "1.2.2"],
+ ["pyside-tools", "0.2.15"],
["pyside-examples", "master"],
],
'1.2.1': [