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

Commit 0744b78

Browse files
committed
release: 20.09.0
1 parent 1189b00 commit 0744b78

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ Changes
1616

1717
.. towncrier release notes start
1818

19+
20.09.0 (2020-12-27)
20+
--------------------
21+
22+
No significant changes.
23+
24+
1925
20.09.0rc1 (2020-12-23)
2026
-----------------------
2127

22-
2328
### Features
2429
* 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))
2530

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.0rc1'
9+
__version__ = '20.09.0'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)