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

Commit

Permalink
release: 20.03.10
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Mar 4, 2021
1 parent 96a01c9 commit ca637b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Changes

.. towncrier release notes start

20.03.10 (2021-03-04)
---------------------

### Fixes
* 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))
* Remove the legacy `-p/--protocol` option from the `app` command sicne it now works as the TCP protocol always ([#156](https://github.com/lablup/backend.ai-client-py/issues/156))

### Miscellaneous
* Reorganize and update GitHub Actions workflow for better CI/CD ([#151](https://github.com/lablup/backend.ai-client-py/issues/151))


20.03.9 (2020-12-02)
--------------------

Expand Down
1 change: 0 additions & 1 deletion changes/148.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/151.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/156.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__ = '20.03.9'
__version__ = '20.03.10'


def get_user_agent():
Expand Down

0 comments on commit ca637b5

Please sign in to comment.