File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 15
15
"__version__" ,
16
16
]
17
17
18
- __version__ = "3.12.1 "
18
+ __version__ = "3.12.2 "
Original file line number Diff line number Diff line change 4
4
Release notes
5
5
=============
6
6
7
- AyugeSpiderTools 3.12.2 (Preview: TBD)
7
+ AyugeSpiderTools 3.12.3 (Preview: TBD)
8
8
======================================
9
9
10
10
此部分用于展示下一版本更新预览。
@@ -21,6 +21,23 @@ AyugeSpiderTools 3.12.2 (Preview: TBD)
21
21
22
22
... ...
23
23
24
+ AyugeSpiderTools 3.12.2 (2025-06-22)
25
+ ====================================
26
+
27
+ New features
28
+ ------------
29
+
30
+ - python 3.13 support。
31
+
32
+ (:commit: `1a221d90061addc68f6feed98043e83267c95cbd `)
33
+
34
+ Code optimizations
35
+ ------------------
36
+
37
+ - 添加 github action 打包上传的流程。
38
+
39
+ (:commit: `1a221d90061addc68f6feed98043e83267c95cbd `)
40
+
24
41
AyugeSpiderTools 3.12.1 (2025-06-15)
25
42
====================================
26
43
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ database = [
58
58
]
59
59
60
60
[tool .poetry ]
61
- version = " 3.12.1 "
61
+ version = " 3.12.2 "
62
62
readme = [" README.rst" , " README_en.rst" ]
63
63
packages = [{ include = " ayugespidertools" }]
64
64
requires-poetry = " 2.1.1"
You can’t perform that action at this time.
0 commit comments