Skip to content

Commit 949c5e7

Browse files
committed
Update version in setup.py
1 parent b51a12a commit 949c5e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

qingcloud/iaas/constants.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
# Access Key
2020
ACTION_DESCRIBE_ACCESS_KEYS = "DescribeAccessKeys"
2121

22+
# User
23+
ACTION_DESCRIBE_SUB_USERS = "DescribeSubUsers"
24+
ACTION_CREATE_SUB_USER = "CreateSubUser"
25+
ACTION_MODIFY_SUB_USER_ATTRIBUTES = "ModifySubUserAttributes"
26+
ACTION_DELETE_SUB_USERS = "DeleteSubUsers"
27+
ACTION_RESTORE_SUB_USERS = "RestoreSubUsers"
28+
2229
# Notification Center
2330
ACTION_DESCRIBE_NOTIFICATION_CENTER_USER_POSTS = "DescribeNotificationCenterUserPosts"
2431
ACTION_CREATE_NOTIFICATION_LIST = "CreateNotificationList"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='qingcloud-sdk',
17-
version='1.2.10',
17+
version='1.2.11',
1818
description='Software Development Kit for QingCloud.',
1919
long_description=open('README.rst', 'rb').read().decode('utf-8'),
2020
keywords='qingcloud iaas qingstor sdk',

0 commit comments

Comments
 (0)