Merge "Bump version validator for tenant_networks"
authorLevente Kálé <levente.kale@nokia.com>
Thu, 25 Jul 2019 16:14:02 +0000 (16:14 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 25 Jul 2019 16:14:02 +0000 (16:14 +0000)
validators/src/VersionValidation.py

index 813cf02..2fa73f3 100644 (file)
@@ -22,10 +22,10 @@ from cmdatahandlers.api import validation
 
 class VersionValidation(cmvalidator.CMValidator):
     domain = 'cloud.version'
-    version = [2, 0, 3]
+    version = [2, 0, 4]
 
     # Should be same as 'version' in release build
-    devel_version = [2, 0, 3]
+    devel_version = [2, 0, 4]
 
     # Example:
     # {1: 'This is the first change requiring new template version (1.1.0)',