aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-07-09 12:42:59 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-07-09 12:42:59 +0200
commit259af650d840ce14931e590247ba81a4174b0117 (patch)
tree277f97d7609205c52d20f735ddcc00a589221170 /setup.py
parentd31a4d06469f8eb217777ca0dd0ea62221dbedae (diff)
Add devel version to versions map
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f517e56fc..7ac7b9f63 100644
--- a/setup.py
+++ b/setup.py
@@ -29,10 +29,16 @@ NOTES:
Building 64bit version is not supported with Visual Studio 2008 Express Edition.
"""
-__version__ = "1.2.0"
+__version__ = "1.3.0dev"
submodules = {
__version__: [
+ ["shiboken", "master"],
+ ["pyside", "master"],
+ ["pyside-tools", "master"],
+ ["pyside-examples", "master"],
+ ],
+ '1.2.0': [
["shiboken", "1.2.0"],
["pyside", "1.2.0"],
["pyside-tools", "0.2.14"],