src/modules/client/api.py
changeset 2215 b4355e8c5097
parent 2212 9936333985a6
child 2219 60ad60f7592c
--- a/src/modules/client/api.py	Tue Feb 08 18:59:49 2011 -0800
+++ b/src/modules/client/api.py	Tue Feb 08 23:55:15 2011 -0800
@@ -66,7 +66,7 @@
 from pkg.client.imageplan import EXECUTED_OK
 from pkg.client import global_settings
 
-CURRENT_API_VERSION = 51
+CURRENT_API_VERSION = 52
 CURRENT_P5I_VERSION = 1
 
 # Image type constants.
@@ -144,8 +144,7 @@
                 other platforms, a value of False will allow any image location.
                 """
 
-                compatible_versions = set([46, 47, 48, 49, 50,
-                    CURRENT_API_VERSION])
+                compatible_versions = set([CURRENT_API_VERSION])
 
                 if version_id not in compatible_versions:
                         raise apx.VersionException(CURRENT_API_VERSION,