Skip to content

Commit

Permalink
Bump version to v1.0.0rc1
Browse files Browse the repository at this point in the history
Bump version to v1.0.0rc1
  • Loading branch information
fangyixiao18 authored Sep 1, 2022
2 parents 6f90d98 + 85f0e56 commit 0c30969
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The master branch works with **PyTorch 1.6** or higher.

## What's New

MMSelfSup **v1.0.0rc0** was released in 01/09/2022.
MMSelfSup **v1.0.0rc1** was released in 01/09/2022.

- Based on MMEngine and MMCV.
- Released with refactor.
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱

## 更新

最新的 **v1.0.0rc0** 版本已经在 2022.09.01 发布。
最新的 **v1.0.0rc1** 版本已经在 2022.09.01 发布。

新版本亮点:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ according to the [install tutorial](./get_started.md). Three important packages
2. [MMCV](https://github.com/open-mmlab/mmcv): The computer vision package of OpenMMLab. This is not a new
dependency, but you need to upgrade it to above `2.0.0rc1` version.
3. [MMClassification](https://github.com/open-mmlab/mmcv): The image classification package of OpenMMLab. This is not a new
dependency, but you need to upgrade it to above `2.0.0rc0` version.
dependency, but you need to upgrade it to above `1.0.0rc0` version.

## Config

Expand Down
6 changes: 3 additions & 3 deletions docs/en/notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## MMSelfSup

### v1.0.0rc0 (01/09/2022)
### v1.0.0rc1 (01/09/2022)

We are excited to announce the release of MMSelfSup v1.0.0rc0.
MMSelfSup v1.0.0rc0 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.x projects.
We are excited to announce the release of MMSelfSup v1.0.0rc1.
MMSelfSup v1.0.0rc1 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.0 projects.
The `master` branch is still 0.x version and we will checkout a new `1.x` branch to release 1.x version. The two versions will be maintained simultaneously in the future.

We briefly list the major breaking changes here. Please refer to the [migration guide](../migration.md) for details and migration instructions.
Expand Down
2 changes: 1 addition & 1 deletion mmselfsup/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '1.0.0rc0'
__version__ = '1.0.0rc1'


def parse_version_info(version_str):
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs
future
matplotlib
mmcls>=2.0.0rc0
mmcls>=1.0.0rc0
numpy
packaging
scikit-learn
Expand Down

0 comments on commit 0c30969

Please sign in to comment.