Change version to 5.10.0-SNAPSHOT

Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/features/org.eclipse.dltk.python-feature/feature.xml b/features/org.eclipse.dltk.python-feature/feature.xml
index 724282a..c3a6415 100644
--- a/features/org.eclipse.dltk.python-feature/feature.xml
+++ b/features/org.eclipse.dltk.python-feature/feature.xml
@@ -17,7 +17,7 @@
 <feature
       id="org.eclipse.dltk.python"
       label="%featureName"
-      version="5.9.0.qualifier"
+      version="5.10.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/features/org.eclipse.dltk.python-feature/pom.xml b/features/org.eclipse.dltk.python-feature/pom.xml
index ce83ef1..107bad6 100644
--- a/features/org.eclipse.dltk.python-feature/pom.xml
+++ b/features/org.eclipse.dltk.python-feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.features</groupId>
diff --git a/features/org.eclipse.dltk.python.sdk/feature.xml b/features/org.eclipse.dltk.python.sdk/feature.xml
index 5f29204..956a9e0 100644
--- a/features/org.eclipse.dltk.python.sdk/feature.xml
+++ b/features/org.eclipse.dltk.python.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.dltk.python.sdk"
       label="%featureName"
-      version="5.9.0.qualifier"
+      version="5.10.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/features/org.eclipse.dltk.python.sdk/pom.xml b/features/org.eclipse.dltk.python.sdk/pom.xml
index 0cbb9a8..a4fcecb 100644
--- a/features/org.eclipse.dltk.python.sdk/pom.xml
+++ b/features/org.eclipse.dltk.python.sdk/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.sdk</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
index 7a5f4d9..49f2d82 100644
--- a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.activestatedebugger;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.activestatedebugger.PythonActiveStateDebuggerPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
index 56ea324..5c76a8a 100644
--- a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
+++ b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.activestatedebugger</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
index f02d53e..271cb85 100644
--- a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.core;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.core.PythonPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.core/pom.xml b/plugins/org.eclipse.dltk.python.core/pom.xml
index befa960..c12f17a 100644
--- a/plugins/org.eclipse.dltk.python.core/pom.xml
+++ b/plugins/org.eclipse.dltk.python.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.core</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
index d4b6e2b..6ec9f60 100644
--- a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.debug.ui;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.internal.debug.ui.PythonDebugUIPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
index f0b2296..26db965 100644
--- a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.debug.ui</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
index f01020f..823e3e8 100644
--- a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.debug;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.internal.debug.PythonDebugPlugin
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.python.debug/pom.xml b/plugins/org.eclipse.dltk.python.debug/pom.xml
index f48c3bc..a23fa5a 100644
--- a/plugins/org.eclipse.dltk.python.debug/pom.xml
+++ b/plugins/org.eclipse.dltk.python.debug/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.debug</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
index 517be3c..e51c206 100644
--- a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.launching;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.launching.PythonLaunchingPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.launching/pom.xml b/plugins/org.eclipse.dltk.python.launching/pom.xml
index dd65ed3..be1f300 100644
--- a/plugins/org.eclipse.dltk.python.launching/pom.xml
+++ b/plugins/org.eclipse.dltk.python.launching/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.launching</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
index ec44a9d..da4b204 100644
--- a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.python.ui;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.10.0.qualifier
 Bundle-Activator: org.eclipse.dltk.python.internal.ui.PythonUI
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.ui/pom.xml b/plugins/org.eclipse.dltk.python.ui/pom.xml
index 9de57ea..736ad7d 100644
--- a/plugins/org.eclipse.dltk.python.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.python.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>python</artifactId>
     <groupId>org.eclipse.dltk.python</groupId>
-    <version>5.9.0-SNAPSHOT</version>
+    <version>5.10.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.python.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index 7360bb2..9e3560b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk</groupId>
 		<artifactId>dltk.build.all</artifactId>
-		<version>5.9.0-SNAPSHOT</version>
+		<version>5.10.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.dltk.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.python</groupId>