Skip to content

Commit bc4835d

Browse files
authored
Bump to v0.20.1 (#1138)
* bump version 0.20.1 * bump version 0.20.1
1 parent e9c41c3 commit bc4835d

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

README.md

+1-1
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.0 was released in 12/10/2021.
52+
v0.20.1 was released in 12/14/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

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

4949
## 更新日志
5050

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

5454
## 基准测试和模型库

docs/changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Changelog
22

3+
### V0.20.1 (12/14/2021)
4+
5+
**Improvements**
6+
7+
- Change options to cfg-options ([#1129](https://github.com/open-mmlab/mmsegmentation/pull/1129))
8+
9+
10+
**Bug Fixes**
11+
12+
- Fix `<!-- [ABSTRACT] -->` in metafile. ([#1127](https://github.com/open-mmlab/mmsegmentation/pull/1127))
13+
- Fix correct `num_classes` of HRNet in `LoveDA` dataset ([#1136](https://github.com/open-mmlab/mmsegmentation/pull/1136))
14+
15+
16+
317
### V0.20 (12/10/2021)
418

519
**Highlights**

mmseg/version.py

+1-1
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.0'
3+
__version__ = '0.20.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)