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 8fdd6a8 commit d799c23Copy full SHA for d799c23
python/setup.py
@@ -44,7 +44,7 @@
44
45
setup(
46
name = 'cm_api',
47
- version = '15.0.0', # Compatible with API v15 (CM 5.10)
+ version = '16.0.0', # Compatible with API v16 (CM 5.11)
48
packages = find_packages(src_dir, exclude=['cm_api_tests']),
49
package_dir = {'': src_dir },
50
zip_safe = True,
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 = 15
+API_CURRENT_VERSION = 16
34
35
class ApiException(RestException):
36
"""
0 commit comments