Skip to content

Commit 991b051

Browse files
authored
Bump v0.20.2 open-mmlab#1141
1 parent 4e9a95d commit 991b051

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4949

5050
## Changelog
5151

52-
v0.20.1 was released in 12/14/2021.
52+
v0.20.2 was released in 12/15/2021.
5353
Please refer to [changelog.md](docs/changelog.md) for details and release history.
5454

5555
## Benchmark and model zoo

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
4848

4949
## 更新日志
5050

51-
最新的月度版本 v0.20.1 在 2021.12.14 发布。
51+
最新的月度版本 v0.20.2 在 2021.12.15 发布。
5252
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/changelog.md)
5353

5454
## 基准测试和模型库

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### V0.20.2 (12/15/2021)
4+
5+
**Bug Fixes**
6+
7+
- Revise --option to --options to avoid BC-breaking. ([#1140](https://github.com/open-mmlab/mmsegmentation/pull/1140))
8+
39
### V0.20.1 (12/14/2021)
410

511
**Improvements**

mmseg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.20.1'
3+
__version__ = '0.20.2'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)