Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Change Log

## [5.2.11] - 2017-08-04
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.10...master
- Sync VLAN and subnet detail CLI output

## [5.2.10] - 2017-07-27
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.9...v5.2.10
- Avoid blindly passing memory result to formatter

## [5.2.9] - 2017-07-27
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...master
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...v5.2.9
- Add support for dedicated host instances to virtual server upgrades
#### Added to CLI
* block volume-set-lun-id

## [5.2.8] - 2017-07-19
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.7...master
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.7...v5.2.8

* Resolved https://github.com/softlayer/softlayer-python/issues/835
* Resolved https://github.com/softlayer/softlayer-python/issues/826
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.2.9'
VERSION = 'v5.2.11'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '5.2.9'
version = '5.2.11'
# The full version, including alpha/beta/rc tags.
release = '5.2.9'
release = '5.2.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='SoftLayer',
version='5.2.9',
version='5.2.11',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down