aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-07-02 08:47:33 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-07-02 08:47:33 +0200
commit7d3a13c26bb82255441329c68eefe646c00c8c22 (patch)
tree0f8dfe15edf4fa2c6dee642082711fed5e4c6376 /setup.py
parent2d25c12dafb94de5744a8117803feca2eeb37290 (diff)
Prepare to release PySide 1.2.0, update modules version map and README
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 806a56d04..1450d5654 100644
--- a/setup.py
+++ b/setup.py
@@ -26,17 +26,16 @@ 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
NOTES:
-On Windows You need to execute this script from Visual Studio 2008 Command Prompt.
Building 64bit version is not supported with Visual Studio 2008 Express Edition.
"""
-__version__ = "1.1.3dev"
+__version__ = "1.2.0"
submodules = {
__version__: [
- ["shiboken", "master"],
- ["pyside", "master"],
- ["pyside-tools", "master"],
+ ["shiboken", "1.2.0"],
+ ["pyside", "1.2.0"],
+ ["pyside-tools", "0.2.14"],
["pyside-examples", "master"],
],
'1.1.2': [