Skip to content

Commit 45c7a74

Browse files
lresendekevin-bates
authored andcommitted
Bump version in preparation for 0.3.1 release
1 parent b389531 commit 45c7a74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ Programmatic interface
7676
Changelog
7777
=========
7878

79+
0.3.1 Release
80+
- Fix cluster_application_kill API
81+
7982
0.3.0 Release
8083
- Add support for YARN endpoints protected by Kerberos/SPNEGO
8184
- Moved to `requests` package for REST API invocation

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.0'
2+
__version__ = '0.3.1'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
44
'ResourceManager']
55

0 commit comments

Comments
 (0)