Skip to content

Commit 357ccaf

Browse files
authored
Bump version to 1.0.0rc2 (#1454)
1 parent 705ea79 commit 357ccaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/en/notes/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of v1.x
22

3+
## v1.0.0rc2 (14/10/2022)
4+
5+
This release relaxes the version requirement of `MMEngine` to `>=0.1.0, < 1.0.0`.
6+
37
## v1.0.0rc1 (9/10/2022)
48

59
### Highlights

mmocr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '1.0.0rc1'
3+
__version__ = '1.0.0rc2'
44
short_version = __version__

0 commit comments

Comments
 (0)