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 2e65c05 commit 6a064c7Copy full SHA for 6a064c7
python/setup.py
@@ -44,7 +44,7 @@
44
45
setup(
46
name = 'cm_api',
47
- version = '14.0.0', # Compatible with API v14 (CM 5.9)
+ version = '15.0.0', # Compatible with API v15 (CM 5.10)
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 = 14
+API_CURRENT_VERSION = 15
34
35
class ApiException(RestException):
36
"""
0 commit comments