Skip to content

Commit

Permalink
Release v21.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Sep 3, 2021
1 parent 07ab0f4 commit 463af0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[comment]: # (towncrier release notes start)

neuro-extras v21.9.3 (2021-09-03)
=================================


Features
--------


- Support Python 3.8 and 3.9 ([#249](https://github.com/neuromation/neuro-extras/issues/249))


neuro-extras v21.7.23 (2021-07-23)
=================================

Expand Down
2 changes: 1 addition & 1 deletion neuro_extras/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: version MUST be in format '20.10.23a6' because it defines the docker image
# that we use, see tags in https://hub.docker.com/r/neuromation/neuro-extras/tags
__version__ = "21.7.23"
__version__ = "21.9.3"

0 comments on commit 463af0d

Please sign in to comment.