Merge "Added API_VERSION for v2"

This commit is contained in:
Jenkins 2015-11-22 10:22:07 +00:00 committed by Gerrit Code Review
commit f6aa855ddc

View File

@ -25,6 +25,7 @@ API_NAME = "messaging"
API_VERSIONS = {
"1": "zaqarclient.queues.v1.client.Client",
"1.1": "zaqarclient.queues.v1.client.Client",
"2": "zaqarclient.queues.v2.client.Client",
}