Skip to content

Commit 0478c98

Browse files
committed
[Mod] 更新版本号到1.1.2
1 parent 101d195 commit 0478c98

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.2版本
2+
3+
1. 修复写入主键冲突时数据不会更新的问题
4+
15
# 1.1.1版本
26

37
1. 修复对于没有extra字段的数据保存时报错的问题

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.1-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-1.1.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
</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.1"
30+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)