Skip to content

Commit e518d25

Browse files
authored
Bump v0.22.1 (open-mmlab#1361)
1 parent 66b3790 commit e518d25

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

README.md

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

6767
## Changelog
6868

69-
v0.22.0 was released in 3/4/2022.
69+
v0.22.1 was released in 3/9/2022.
7070
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
7171

7272
## Benchmark and model zoo

README_zh-CN.md

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

6666
## 更新日志
6767

68-
最新版本 v0.22.0 在 2022.3.4 发布。
68+
最新版本 v0.22.1 在 2022.3.9 发布。
6969
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](docs/en/changelog.md)
7070

7171
## 基准测试和模型库

docs/en/changelog.md

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

3+
### V0.22.1 (3/9/2022)
4+
5+
**Bug Fixes**
6+
7+
- Fix the ZeroDivisionError that all pixels in one image is ignored. ([#1336](https://github.com/open-mmlab/mmsegmentation/pull/1336))
8+
9+
**Improvements**
10+
11+
- Provide URLs of STDC, Segmenter and Twins pretrained models ([#1272](https://github.com/open-mmlab/mmsegmentation/pull/1357))
12+
13+
314
### V0.22 (3/04/2022)
415

516
**Highlights**

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.22.0'
3+
__version__ = '0.22.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)