File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 5.0.1
2+
3+ * Adds missing depdendency that was previously pulled in by prompt_toolkit
4+
5+ * Fix a bug by updating the CDN manager to use the new purge method
6+
7+ * Fixes bug that occured when iscsi listings with resources have no datacenter
8+
195.0.0
210
311 * Adds a shell (accessable with `slcli shell`) which provides autocomplete for slcli commands and options
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.0.0 '
8+ VERSION = 'v5.0.1 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '5.0.0 '
58+ version = '5.0.1 '
5959# The full version, including alpha/beta/rc tags.
60- release = '5.0.0 '
60+ release = '5.0.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = 'SoftLayer' ,
18- version = '5.0.0 ' ,
18+ version = '5.0.1 ' ,
1919 description = DESCRIPTION ,
2020 long_description = LONG_DESCRIPTION ,
2121 author = 'SoftLayer Technologies, Inc.' ,
4949 'Programming Language :: Python :: 3' ,
5050 'Programming Language :: Python :: 3.4' ,
5151 'Programming Language :: Python :: 3.3' ,
52+ 'Programming Language :: Python :: 3.5' ,
5253 'Programming Language :: Python :: 2.7' ,
53- 'Programming Language :: Python :: 2.6' ,
5454 'Programming Language :: Python :: Implementation :: CPython' ,
5555 'Programming Language :: Python :: Implementation :: PyPy' ,
5656 ],
You can’t perform that action at this time.
0 commit comments