Skip to content

Commit

Permalink
Bumped version to 0.20.2 (horovod#2335)
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Addair <[email protected]>
  • Loading branch information
tgaddair authored Sep 26, 2020
1 parent ee0cdf5 commit cef4393
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

## [0.20.2] - 2020-09-25

### Fixed

- Fixed building Horovod without HOROVOD_WITHOUT_MXNET when MXNet is not installed. (([#2334](https://github.com/horovod/horovod/pull/2334)))

## [0.20.1] - 2020-09-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion horovod/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from horovod.runner import run

__version__ = '0.20.1'
__version__ = '0.20.2'

0 comments on commit cef4393

Please sign in to comment.