Skip to content

Commit

Permalink
Release v0.15.2 (#1097)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
zengyh1900 authored Sep 9, 2022
1 parent 11ca713 commit 8e03ef0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.15.2 (09/09/2022)

**Improvements**

- \[Docs\] Fix typos in docs. by @Yulv-git in https://github.com/open-mmlab/mmediting/pull/1079
- \[Docs\] fix model_zoo and datasets docs link by @Z-Fran in https://github.com/open-mmlab/mmediting/pull/1043
- \[Docs\] fix typos in readme. by @arch-user-france1 in https://github.com/open-mmlab/mmediting/pull/1078
- \[Improve\] FLAVR demo by @Yshuo-Li in https://github.com/open-mmlab/mmediting/pull/954
- \[Fix\] Update MMCV_MAX to 1.7 by @wangruohui in https://github.com/open-mmlab/mmediting/pull/1001
- \[Improve\] Fix niqe_pris_params.npz path when installed as package by @ychfan in https://github.com/open-mmlab/mmediting/pull/995
- \[CI\] update github workflow, circleci and github templates by @zengyh1900 in https://github.com/open-mmlab/mmediting/pull/1087

**Contributors**

@wangruohui @Yshuo-Li @zengyh1900 @Z-Fran @ychfan @arch-user-france1 @Yulv-git

## v0.15.1 (04/07/2022)

**Bug Fixes**
Expand Down
16 changes: 16 additions & 0 deletions docs/zh_cn/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 变更日志

## v0.15.2 (09/09/2022)

**改进**

- \[Docs\] 修正文档中的拼写错误 by @Yulv-git in https://github.com/open-mmlab/mmediting/pull/1079
- \[Docs\] 修正 model zoo 数据集的链接 by @Z-Fran in https://github.com/open-mmlab/mmediting/pull/1043
- \[Docs\] 修正 readme 中的拼写错误 by @arch-user-france1 in https://github.com/open-mmlab/mmediting/pull/1078
- \[Improve\] 提供 FLAVR demo by @Yshuo-Li in https://github.com/open-mmlab/mmediting/pull/954
- \[Fix\] 更新 MMCV 的版本上限到 1.7 by @wangruohui in https://github.com/open-mmlab/mmediting/pull/1001
- \[Improve\] 改进 niqe_pris_params.npz 安装路径 by @ychfan in https://github.com/open-mmlab/mmediting/pull/995
- \[CI\] 更新 Github Actions, CircleCI 以及 Issue 和 PR 的模板 by @zengyh1900 in https://github.com/open-mmlab/mmediting/pull/1087

**Contributors**

@wangruohui @Yshuo-Li @zengyh1900 @Z-Fran @ychfan @arch-user-france1 @Yulv-git

## v0.15.1 (04/07/2022)

**Bug 修复**
Expand Down
2 changes: 1 addition & 1 deletion mmedit/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.15.1'
__version__ = '0.15.2'


def parse_version_info(version_str):
Expand Down

0 comments on commit 8e03ef0

Please sign in to comment.