bump 0.3.5
This commit is contained in:
parent
40462cf663
commit
5ff3468293
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
||||
|
||||
## Information/信息
|
||||
|
||||
- Version / 版本: 0.3.5.rc.1
|
||||
- Version / 版本: 0.3.5
|
||||
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
||||
|
||||
[shenjackyuanjie](https://github.com/shenjackyuanjie)
|
||||
|
@ -7,6 +7,7 @@
|
||||
- `FileCacheOutputStream`
|
||||
- 现在如果输入的文件名包含 `{time}`
|
||||
- 会自动替换为 `time.strftime("%Y-%m-%d_%H-%M-%S")`
|
||||
- 修复了一些之前没有发现的问题
|
||||
|
||||
## Nuitka Compiler Helper
|
||||
|
||||
|
@ -9,7 +9,7 @@ from typing import TYPE_CHECKING
|
||||
if TYPE_CHECKING:
|
||||
from lib_not_dr import loggers, nuitka, types, command
|
||||
|
||||
_version_ = "0.3.5-rc.1"
|
||||
_version_ = "0.3.5"
|
||||
|
||||
# fmt: off
|
||||
__all__ = [
|
||||
|
Loading…
Reference in New Issue
Block a user