Skip to content

Commit cd2b63e

Browse files
committed
Bump version in preparation for 0.3.2 release
1 parent 036faa6 commit cd2b63e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Programmatic interface
8888
Changelog
8989
=========
9090

91+
0.3.2 Release
92+
- Make Kerberos/SPNEGO dependency optional
93+
9194
0.3.1 Release
9295
- Fix cluster_application_kill API
9396

yarn_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.3.1'
2+
__version__ = '0.3.2'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
44
'ResourceManager']
55

0 commit comments

Comments
 (0)