Skip to content

Commit 527f4a4

Browse files
Merge pull request #855 from sergiocarlosmorales/master
Version bump to v5.2.11
2 parents 57b5043 + b413c5e commit 527f4a4

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Change Log
22

3+
## [5.2.11] - 2017-08-04
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.10...master
5+
- Sync VLAN and subnet detail CLI output
6+
7+
## [5.2.10] - 2017-07-27
8+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.9...v5.2.10
9+
- Avoid blindly passing memory result to formatter
10+
311
## [5.2.9] - 2017-07-27
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...master
12+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...v5.2.9
513
- Add support for dedicated host instances to virtual server upgrades
614
#### Added to CLI
715
* block volume-set-lun-id
816

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

1220
* Resolved https://github.com/softlayer/softlayer-python/issues/835
1321
* Resolved https://github.com/softlayer/softlayer-python/issues/826

SoftLayer/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.2.9'
8+
VERSION = 'v5.2.11'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '5.2.9'
58+
version = '5.2.11'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.2.9'
60+
release = '5.2.11'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.2.9',
17+
version='5.2.11',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)