We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201b9f0 commit a1542e8Copy full SHA for a1542e8
python/setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name = 'cm_api',
41
- version = '12.0.0', # Compatible with API v12 (CM 5.7)
+ version = '13.0.0', # Compatible with API v13 (CM 5.8)
42
packages = find_packages('src', exclude=['cm_api_tests']),
43
package_dir = {'cm_api': 'src/cm_api',
44
'cm_shell': 'src/cm_shell'},
python/src/cm_api/api_client.py
@@ -30,7 +30,7 @@
30
LOG = logging.getLogger(__name__)
31
32
API_AUTH_REALM = "Cloudera Manager"
33
-API_CURRENT_VERSION = 12
+API_CURRENT_VERSION = 13
34
35
class ApiException(RestException):
36
"""
0 commit comments