Skip to content

Commit

Permalink
Bump version to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzr1996 committed Jul 28, 2022
1 parent 00f0e0d commit 14eb5fe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/serve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CUDNN="7"
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel

ARG MMCV="1.4.2"
ARG MMCLS="0.23.1"
ARG MMCLS="0.23.2"

ENV PYTHONUNBUFFERED TRUE

Expand Down
10 changes: 10 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.23.2(28/7/2022)

### New Features

- Support MPS device. ([#894](https://github.com/open-mmlab/mmclassification/pull/894))

### Bug Fixes

- Fix a bug in Albu which caused crashing. ([#918](https://github.com/open-mmlab/mmclassification/pull/918))

## v0.23.1(2/6/2022)

### New Features
Expand Down
4 changes: 2 additions & 2 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ and make sure you fill in all required information in the template.

| MMClassification version | MMCV version |
| :----------------------: | :--------------------: |
| dev | mmcv>=1.5.0, \<1.6.0 |
| 0.23.1 (master) | mmcv>=1.4.2, \<1.6.0 |
| dev | mmcv>=1.6.0, \<1.7.0 |
| 0.23.2 (master) | mmcv>=1.4.2, \<1.7.0 |
| 0.22.1 | mmcv>=1.4.2, \<1.6.0 |
| 0.21.0 | mmcv>=1.4.2, \<=1.5.0 |
| 0.20.1 | mmcv>=1.4.2, \<=1.5.0 |
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

| MMClassification version | MMCV version |
| :----------------------: | :--------------------: |
| dev | mmcv>=1.5.0, \<1.6.0 |
| 0.23.1 (master) | mmcv>=1.4.2, \<1.6.0 |
| dev | mmcv>=1.6.0, \<1.7.0 |
| 0.23.2 (master) | mmcv>=1.4.2, \<1.6.0 |
| 0.22.1 | mmcv>=1.4.2, \<1.6.0 |
| 0.21.0 | mmcv>=1.4.2, \<=1.5.0 |
| 0.20.1 | mmcv>=1.4.2, \<=1.5.0 |
Expand Down
2 changes: 1 addition & 1 deletion mmcls/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved

__version__ = '0.23.1'
__version__ = '0.23.2'


def parse_version_info(version_str):
Expand Down

0 comments on commit 14eb5fe

Please sign in to comment.