Skip to content

Commit 18ad461

Browse files
committed
YARN API Client 0.3.5
1 parent e03b98f commit 18ad461

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Programmatic interface
8787
8888
Changelog
8989
=========
90+
91+
0.3.5 Release
92+
- Hotfix release to fix internal signature mismatch
93+
9094
0.3.4 Release
9195
- More flexible support for discovering Hadoop configuration
9296
including multiple Resource Managers when HA is configured

yarn_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.3.5.dev'
2+
__version__ = '0.3.5'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']
44

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)