We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705ea79 commit 357ccafCopy full SHA for 357ccaf
docs/en/notes/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog of v1.x
2
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
7
## v1.0.0rc1 (9/10/2022)
8
9
### Highlights
mmocr/version.py
@@ -1,4 +1,4 @@
# Copyright (c) Open-MMLab. All rights reserved.
-__version__ = '1.0.0rc1'
+__version__ = '1.0.0rc2'
short_version = __version__
0 commit comments