Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Oct 22, 2019
1 parent 97b5d2d commit 8e0a08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ app_information = am.application_information('application_id')

### Changelog

1.0.1 Release
- Passes the authorization instance to the Active RM check
- Establishes a new (working) documentation site in readthedocs.io: yarn-api-client-python.readthedocs.io
- Adds more python version (3.7 and 3.8) to test matrix and removes 2.6.

1.0.0 Release
- Major cleanup of API.
- Address/port parameters have been replaced with complete
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__ = '2.0.0.dev0'
__version__ = '1.0.1'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']

from .application_master import ApplicationMaster
Expand Down

0 comments on commit 8e0a08f

Please sign in to comment.