mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
Bump version to v0.8.5
This commit is contained in:
parent
e849662267
commit
4faa6dd18a
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (c) OpenMMLab. All rights reserved.
|
||||
|
||||
__version__ = '0.8.4'
|
||||
__version__ = '0.8.5'
|
||||
|
||||
|
||||
def parse_version_info(version_str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user