Bump version validator for tenant_networks 03/1203/2
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Tue, 16 Jul 2019 13:35:38 +0000 (15:35 +0200)
committerKrisztian Lengyel <krisztian.lengyel@nokia.com>
Thu, 25 Jul 2019 12:54:44 +0000 (14:54 +0200)
Depends-On: I401db6bfc33f4d3efb1d0642f695c24ed5575b48
Change-Id: I41f4ae3dc2774d9e7f1095635d127ddc93f435da
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
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)',