aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-20 09:19:13 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-20 09:19:13 +0200
commit392668e44cffd6fc4d68369dbbc1ba48de17a9d3 (patch)
tree45b5fc7ee63829800ac7946808c06799bdb679fa /setup.py
parent8976a95ed5575f2c97edd4456a4e47355488b327 (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 272810e42..92ada78e3 100644
--- a/setup.py
+++ b/setup.py
@@ -26,9 +26,15 @@ 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.2.1"
+__version__ = "1.3.0dev"
submodules = {
+ '1.3.0dev': [
+ ["shiboken", "master"],
+ ["pyside", "master"],
+ ["pyside-tools", "master"],
+ ["pyside-examples", "master"],
+ ],
'1.2.1': [
["shiboken", "1.2.1"],
["pyside", "1.2.1"],