Skip to content

Commit

Permalink
Bump 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Apr 15, 2024
1 parent ae1dfe5 commit b98e5ae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-core/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-04-15 Version 2.15.1
1, Update endpoints.

2024-03-06 Version 2.15.0
1, Support user-defined headers.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-core/aliyunsdkcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.15.0"
__version__ = "2.15.1"


import logging
Expand Down
4 changes: 4 additions & 0 deletions aliyun-python-sdk-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development',
)
}
Expand Down
6 changes: 5 additions & 1 deletion aliyun-python-sdk-core/setup3.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,18 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development',
)
}
Expand Down

0 comments on commit b98e5ae

Please sign in to comment.