Bump v0.20.2 #1141

pull/1801/head
MengzhangLI 2021-12-15 16:49:42 +08:00 committed by GitHub
parent a7595c6ec6
commit fbcfa0568b
4 changed files with 9 additions and 3 deletions

View File

@ -49,7 +49,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Changelog
v0.20.1 was released in 12/14/2021.
v0.20.2 was released in 12/15/2021.
Please refer to [changelog.md](docs/changelog.md) for details and release history.
## Benchmark and model zoo

View File

@ -48,7 +48,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
## 更新日志
最新的月度版本 v0.20.1 在 2021.12.14 发布。
最新的月度版本 v0.20.2 在 2021.12.15 发布。
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/changelog.md)。
## 基准测试和模型库

View File

@ -1,5 +1,11 @@
## Changelog
### V0.20.2 (12/15/2021)
**Bug Fixes**
- Revise --option to --options to avoid BC-breaking. ([#1140](https://github.com/open-mmlab/mmsegmentation/pull/1140))
### V0.20.1 (12/14/2021)
**Improvements**

View File

@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '0.20.1'
__version__ = '0.20.2'
def parse_version_info(version_str):