Skip to content

Commit

Permalink
Bump version in preparation for 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Dec 24, 2018
1 parent 036faa6 commit cd2b63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Programmatic interface
Changelog
=========

0.3.2 Release
- Make Kerberos/SPNEGO dependency optional

0.3.1 Release
- Fix cluster_application_kill API

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.1'
__version__ = '0.3.2'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
'ResourceManager']

Expand Down

0 comments on commit cd2b63e

Please sign in to comment.