Skip to content

Commit f1854c3

Browse files
committed
poetry version: 3.12.1 -> 3.12.2
1 parent 1a221d9 commit f1854c3

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

ayugespidertools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"__version__",
1616
]
1717

18-
__version__ = "3.12.1"
18+
__version__ = "3.12.2"

docs/additional/news.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Release notes
55
=============
66

7-
AyugeSpiderTools 3.12.2 (Preview: TBD)
7+
AyugeSpiderTools 3.12.3 (Preview: TBD)
88
======================================
99

1010
此部分用于展示下一版本更新预览。
@@ -21,6 +21,23 @@ AyugeSpiderTools 3.12.2 (Preview: TBD)
2121

2222
... ...
2323

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+
2441
AyugeSpiderTools 3.12.1 (2025-06-15)
2542
====================================
2643

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ database = [
5858
]
5959

6060
[tool.poetry]
61-
version = "3.12.1"
61+
version = "3.12.2"
6262
readme = ["README.rst", "README_en.rst"]
6363
packages = [{ include = "ayugespidertools" }]
6464
requires-poetry = "2.1.1"

0 commit comments

Comments
 (0)