Skip to content

Commit 8e0a08f

Browse files
committed
Release 1.0.1
1 parent 97b5d2d commit 8e0a08f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ app_information = am.application_information('application_id')
8686

8787
### Changelog
8888

89+
1.0.1 Release
90+
- Passes the authorization instance to the Active RM check
91+
- Establishes a new (working) documentation site in readthedocs.io: yarn-api-client-python.readthedocs.io
92+
- Adds more python version (3.7 and 3.8) to test matrix and removes 2.6.
93+
8994
1.0.0 Release
9095
- Major cleanup of API.
9196
- Address/port parameters have been replaced with complete

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__ = '2.0.0.dev0'
2+
__version__ = '1.0.1'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']
44

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)