Skip to content

Commit 8510d4c

Browse files
committed
update version
1 parent 5eb07fb commit 8510d4c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.9 - 2024-12-18
4+
* [#21](https://github.com/alipay/global-open-sdk-python/pull/21) feature-update-version
5+
- update version
6+
37
## 1.3.8 - 2024-12-16
48
* [#20](https://github.com/alipay/global-open-sdk-python/pull/20) feature-241216
59
- RDR拒付通知优化通用能力变更

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = global-alipay-sdk-python
3-
version = 1.3.8
3+
version = 1.3.9
44

55
[options]
66
packages = find:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
AUTHOR = "guodong.wzj"
1313
AUTHOR_EMAIL = "[email protected]"
1414
URL = "https://github.com/alipay/global-open-sdk-python"
15-
VERSION = "1.3.8"
15+
VERSION = "1.3.9"
1616
'''
1717
only python2 need enum34、pytz
1818
'''
19-
requires = ["enum34", "pytz", "pycryptodome", "rsa"]
19+
requires = ["enum34", "pytz", "pycryptodome", "rsa", "cryptography"]
2020

2121
setup(
2222
name=NAME,

0 commit comments

Comments
 (0)