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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Oct 27, 2020
1 parent c7ea5d5 commit c978341
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Changes

.. towncrier release notes start

20.03.8 (2020-10-27)
--------------------

### Miscellaneous
* Update dependencies (including aiohttp 3.7.1) and CI workflows to use `towncrier.check` instead of the psf-chronogrphaer app ([#142](https://github.com/lablup/backend.ai-client-py/issues/142))


20.03.7 (2020-10-23)
--------------------

Expand Down
1 change: 0 additions & 1 deletion changes/142.misc

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.7'
__version__ = '20.03.8'


def get_user_agent():
Expand Down

0 comments on commit c978341

Please sign in to comment.