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

Commit 43dc65a

Browse files
committed
release: 20.09.0a3
1 parent fd73267 commit 43dc65a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.0a3 (2020-11-16)
20+
----------------------
21+
22+
### Fixes
23+
* Write upstream websocket errors more reliably to the client (browser) in the downstream ([#144](https://github.com/lablup/backend.ai-client-py/issues/144))
24+
* Fix an inadvertent internal cancellation error when a client closes an app-proxy connection in the `app` command ([#146](https://github.com/lablup/backend.ai-client-py/issues/146))
25+
26+
1927
20.09.0a2 (2020-10-30)
2028
----------------------
2129

changes/144.fix

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

changes/146.fix

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

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)