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

Commit b73edf9

Browse files
committed
release: 20.09.0b1
1 parent 4284d1b commit b73edf9

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.0b1 (2020-12-02)
20+
----------------------
21+
22+
23+
### Features
24+
* Add more detail fields (`live_stat` and `allowed_docker_registries`) to admin session/domain query CLI commands ([#147](https://github.com/lablup/backend.ai-client-py/issues/147))
25+
26+
1927
20.09.0a3 (2020-11-16)
2028
----------------------
2129

changes/147.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.0a3'
9+
__version__ = '20.09.0b1'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)