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

Commit

Permalink
release: 21.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 8, 2021
1 parent 3a18973 commit 000c521
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Changes

.. towncrier release notes start

## 21.09.0 (2021-11-08)

### Features
* Add `--agent-list` option to `run` and `create` commands so that superadmins can manually assign the agent(s) for new sessions to debug and diagnose the cluster and scheduler. ([#178](https://github.com/lablup/backend.ai-client-py/issues/178))

### Fixes
* Fix a regression of progress display in the `admin image rescan` command ([#182](https://github.com/lablup/backend.ai-client-py/issues/182))
* Fix handling of null values in some output formatters, which caused regression of `backend.ai info` command ([#183](https://github.com/lablup/backend.ai-client-py/issues/183))


## 21.09.0a2 (2021-09-28)

### Breaking Changes
Expand Down
2 changes: 0 additions & 2 deletions changes/178.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/182.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/183.fix

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*session.__all__,
)

__version__ = '21.09.0a2'
__version__ = '21.09.0'


def get_user_agent():
Expand Down

0 comments on commit 000c521

Please sign in to comment.