Skip to content

Commit

Permalink
Support Ipv4LocalAddresses and Ipv6LocalAddresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 4, 2024
1 parent 42f72a7 commit 9e9bbc9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-alb/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-11-04 Version: 1.0.20
- Support Ipv4LocalAddresses and Ipv6LocalAddresses.

2024-08-19 Version: 1.0.19
- support slow-start and connection drain for server group

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-alb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aliyun Python SDK is the official software development kit. It makes things easy

This module works on Python versions:

2.6.5 and greater
3.7 and greater

**Documentation:**

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-alb/aliyunsdkalb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.19'
__version__ = '1.0.20'
12 changes: 6 additions & 6 deletions aliyun-python-sdk-alb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"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 9e9bbc9

Please sign in to comment.