Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 1189b00

Browse files
committed
release: 20.09.0rc1
1 parent 1f5c866 commit 1189b00

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Changes
1616

1717
.. towncrier release notes start
1818

19+
20.09.0rc1 (2020-12-23)
20+
-----------------------
21+
22+
23+
### Features
24+
* Add support for `status_data` field when querying session/kernel information to help diagnosing multi-container and scheduling problems ([#153](https://github.com/lablup/backend.ai-client-py/issues/153))
25+
26+
1927
20.09.0b3 (2020-12-21)
2028
----------------------
2129

changes/153.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/ai/backend/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*session.__all__,
77
)
88

9-
__version__ = '20.09.0b3'
9+
__version__ = '20.09.0rc1'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)