Skip to content

Commit 56c9638

Browse files
committed
bump version 3.8
1 parent e740cb6 commit 56c9638

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
22
---------
33

4-
3.8 (WIP)
4+
3.8 (2022-01-15)
55
""""""""""""""""""""""
6+
- bugfix:
67

8+
- 修复所有已知的 critical 问题,包括 #447, #524, #523。
9+
- 给重构的代码添加单元测试,覆盖率从 45% 提至 56%。
710

811
- 不兼容改动
912

feeluown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '3.7.14'
9+
__version__ = '3.8'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)