We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf298c commit 90900ccCopy full SHA for 90900cc
aliyun-python-sdk-ecs/ChangeLog.txt
@@ -1,3 +1,6 @@
1
+2019-05-22 Version: 1.10.10
2
+1. 测试发布 C# 除了 Java 以外的所有 SDK
3
+
4
2019-05-22 Version: 2.0.1
5
1. 测试发布 Ecs 2.0.1 的代码
6
2. 看看换行行不行
aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.1'
+__version__ = '1.10.10'
aliyun-python-sdk-ecs/setup.py
@@ -31,7 +31,7 @@
31
"""
32
33
PACKAGE = "aliyunsdkecs"
34
-NAME = "aliyun-python-sdk-ecs-test"
+NAME = "aliyun-python-sdk-ecs"
35
DESCRIPTION = "The ecs module of Aliyun Python sdk."
36
AUTHOR = "Aliyun"
37
AUTHOR_EMAIL = "[email protected]"
0 commit comments