Skip to content

Commit 57432ec

Browse files
committed
[Mod] 更新版本号到1.1.1
1 parent b96b78e commit 57432ec

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install ta-lib==0.6.3 --index=https://pypi.vnpy.com
19+
pip install ta-lib==0.6.4 --index=https://pypi.vnpy.com
2020
pip install vnpy ruff mypy uv
2121
- name: Lint with ruff
2222
run: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.1版本
2+
3+
1. 修复对于没有extra字段的数据保存时报错的问题
4+
15
# 1.1.0版本
26

37
1. vnpy框架4.0版本升级适配

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-1.1.0-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-1.1.1-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
</p>

vnpy_postgresql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
__all__ = ["Database"]
2828

2929

30-
__version__ = "1.1.0"
30+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)