Skip to content

Commit

Permalink
Version bump to v5.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Carlos Morales Angeles committed Aug 4, 2017
1 parent 57b5043 commit b413c5e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
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

0 comments on commit b413c5e

Please sign in to comment.