Bump version to v0.8.5

This commit is contained in:
HAOCHENYE 2023-09-25 16:09:09 +08:00
parent e849662267
commit 4faa6dd18a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog of v0.x
## v0.8.5 (25/09/2023)
### Bug fixes
- Optional removal of the `verify` parameter in `yapf`, ensuring compatibility across different `yapf` versions by [@okotaku](https://github.com/okotaku) in https://github.com/open-mmlab/mmengine/pull/1365
## v0.8.4 (03/08/2023)
### New Features & Enhancements

View File

@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.8.4'
__version__ = '0.8.5'
def parse_version_info(version_str):