Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates authored and lresende committed Sep 17, 2019
1 parent 39ee476 commit b471369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion yarn_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b471369

Please sign in to comment.