Skip to content

Commit b328397

Browse files
committed
release v0.8.4
1 parent 4696ef2 commit b328397

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.8.4 - Sep 9, 2024
2+
3+
### Major Changes
4+
+ support early stop for all advisors (#98)
5+
+ compatible with python3.11 (#95)
6+
7+
18
# v0.8.3 - Apr 27, 2024
29

310
### Major Changes

openbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .utils.test_install import run_test
3030

3131

32-
__version__ = version = "0.8.3"
32+
__version__ = version = "0.8.4"
3333

3434

3535
__all__ = [

0 commit comments

Comments
 (0)