From b4713698fd57ac17061ae5e9671a2199d184aefd Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Tue, 17 Sep 2019 09:16:12 -0700 Subject: [PATCH] Release 0.3.7 --- tests/test_resource_manager.py | 1 - yarn_api_client/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_resource_manager.py b/tests/test_resource_manager.py index 14caf92..94b33fd 100644 --- a/tests/test_resource_manager.py +++ b/tests/test_resource_manager.py @@ -4,7 +4,6 @@ from yarn_api_client.resource_manager import ResourceManager from yarn_api_client.errors import IllegalArgumentError -from yarn_api_client.hadoop_conf import _is_https_only @patch('yarn_api_client.resource_manager.ResourceManager.request') diff --git a/yarn_api_client/__init__.py b/yarn_api_client/__init__.py index e854988..062273c 100644 --- a/yarn_api_client/__init__.py +++ b/yarn_api_client/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.7.dev' +__version__ = '0.3.7' __all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager'] from .application_master import ApplicationMaster