Skip to content

Commit fa5bd0c

Browse files
committed
[Mod] 更新版本号到6.7.11.2
1 parent 4c364fa commit fa5bd0c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install ta-lib==0.6.4 --index=https://pypi.vnpy.com
20-
pip install vnpy ruff mypy uv
20+
pip install vnpy ruff mypy==1.19.1 uv
2121
- name: Lint with ruff
2222
run: |
2323
# Run ruff linter based on pyproject.toml configuration
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build packages with uv
3030
run: |
3131
# Build source distribution and wheel distribution
32-
uv build --sdist
32+
uv build

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.7.11.2版本
2+
3+
1. 调整特殊情况撤单(非交易时段、资金不足等)的日志输出
4+
2. 优化接口代码中的类型声明
5+
16
# 6.7.11.1版本
27

38
1. 修复结算报告的字符串内容由于在C++中转换为UTF-8导致不完整的问题

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src ="https://img.shields.io/badge/version-6.7.11.1-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-6.7.11.2-blueviolet.svg"/>
99
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
1010
<img src ="https://img.shields.io/badge/python-3.10|3.11|3.12|3.13-blue.svg" />
1111
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'vnpy_ctp',
33
'cpp',
4-
version: '6.7.11.1',
4+
version: '6.7.11.2',
55
license: 'MIT',
66
meson_version: '>=1.7.0',
77
default_options: [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vnpy_ctp"
3-
version = "6.7.11.1"
3+
version = "6.7.11.2"
44
description = "CTP gateway for vn.py quant trading framework."
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)