Skip to content

Commit

Permalink
Bump to v0.20.1 (#1138)
Browse files Browse the repository at this point in the history
* bump version 0.20.1

* bump version 0.20.1
  • Loading branch information
MengzhangLI committed Dec 14, 2021
1 parent e9c41c3 commit bc4835d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.20.0 was released in 12/10/2021.
v0.20.1 was released in 12/14/2021.
Please refer to [changelog.md](docs/changelog.md) for details and release history.

## Benchmark and model zoo
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Expand Up @@ -48,7 +48,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O

## 更新日志

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

## 基准测试和模型库
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.md
@@ -1,5 +1,19 @@
## Changelog

### V0.20.1 (12/14/2021)

**Improvements**

- Change options to cfg-options ([#1129](https://github.com/open-mmlab/mmsegmentation/pull/1129))


**Bug Fixes**

- Fix `<!-- [ABSTRACT] -->` in metafile. ([#1127](https://github.com/open-mmlab/mmsegmentation/pull/1127))
- Fix correct `num_classes` of HRNet in `LoveDA` dataset ([#1136](https://github.com/open-mmlab/mmsegmentation/pull/1136))



### V0.20 (12/10/2021)

**Highlights**
Expand Down
2 changes: 1 addition & 1 deletion mmseg/version.py
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.20.0'
__version__ = '0.20.1'


def parse_version_info(version_str):
Expand Down

0 comments on commit bc4835d

Please sign in to comment.