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

Commit bce17d2

Browse files
committed
release: 20.09.0b2
1 parent e196888 commit bce17d2

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

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

1717
.. towncrier release notes start
1818

19+
20.09.0b2 (2020-12-18)
20+
----------------------
21+
22+
### Features
23+
* Improve the output `backend.ai admin agent <AgentID>` command with live statistics ([#145](https://github.com/lablup/backend.ai-client-py/issues/145))
24+
25+
### Fixes
26+
* Add a missing status option `CANCELLED` to the `ps` command (which is present in the `admin sessions` command) ([#148](https://github.com/lablup/backend.ai-client-py/issues/148))
27+
28+
### Miscellaneous
29+
* Improve type annotations for API configurations and prepare the skeleton for future in-session endpoint load balancing implementation ([#150](https://github.com/lablup/backend.ai-client-py/issues/150))
30+
* Reorganize and update GitHub Actions workflow for better CI/CD ([#151](https://github.com/lablup/backend.ai-client-py/issues/151))
31+
32+
1933
20.09.0b1 (2020-12-02)
2034
----------------------
2135

changes/145.feature

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

changes/148.fix

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

changes/150.misc

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

changes/151.misc

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

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)