Skip to content

Commit 2fc19bf

Browse files
committed
chore: bump version to v6.5.2
1 parent 87e89ba commit 2fc19bf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README-EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Deploy in <strong>30 seconds</strong> — Say goodbye to endless scrolling, only
1111
[![GitHub Stars](https://img.shields.io/github/stars/sansan0/TrendRadar?style=flat-square&logo=github&color=yellow)](https://github.com/sansan0/TrendRadar/stargazers)
1212
[![GitHub Forks](https://img.shields.io/github/forks/sansan0/TrendRadar?style=flat-square&logo=github&color=blue)](https://github.com/sansan0/TrendRadar/network/members)
1313
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
14-
[![Version](https://img.shields.io/badge/version-v6.5.1-blue.svg)](https://github.com/sansan0/TrendRadar)
14+
[![Version](https://img.shields.io/badge/version-v6.5.2-blue.svg)](https://github.com/sansan0/TrendRadar)
1515
[![MCP](https://img.shields.io/badge/MCP-v4.0.0-green.svg)](https://github.com/sansan0/TrendRadar)
1616
[![RSS](https://img.shields.io/badge/RSS-Feed_Support-orange.svg?style=flat-square&logo=rss&logoColor=white)](https://github.com/sansan0/TrendRadar)
1717
[![AI Translation](https://img.shields.io/badge/AI-Multi--Language-purple.svg?style=flat-square)](https://github.com/sansan0/TrendRadar)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![GitHub Stars](https://img.shields.io/github/stars/sansan0/TrendRadar?style=flat-square&logo=github&color=yellow)](https://github.com/sansan0/TrendRadar/stargazers)
1313
[![GitHub Forks](https://img.shields.io/github/forks/sansan0/TrendRadar?style=flat-square&logo=github&color=blue)](https://github.com/sansan0/TrendRadar/network/members)
1414
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
15-
[![Version](https://img.shields.io/badge/version-v6.5.1-blue.svg)](https://github.com/sansan0/TrendRadar)
15+
[![Version](https://img.shields.io/badge/version-v6.5.2-blue.svg)](https://github.com/sansan0/TrendRadar)
1616
[![MCP](https://img.shields.io/badge/MCP-v4.0.0-green.svg)](https://github.com/sansan0/TrendRadar)
1717
[![RSS](https://img.shields.io/badge/RSS-订阅源支持-orange.svg?style=flat-square&logo=rss&logoColor=white)](https://github.com/sansan0/TrendRadar)
1818
[![AI翻译](https://img.shields.io/badge/AI-多语言推送-purple.svg?style=flat-square)](https://github.com/sansan0/TrendRadar)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trendradar"
3-
version = "6.5.1"
3+
version = "6.5.2"
44
description = "TrendRadar - 热点新闻聚合与分析工具"
55
requires-python = ">=3.10"
66
dependencies = [

trendradar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
from trendradar.context import AppContext
1111

12-
__version__ = "6.5.1"
12+
__version__ = "6.5.2"
1313
__all__ = ["AppContext", "__version__"]

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.1
1+
6.5.2

0 commit comments

Comments
 (0)