Skip to content

Commit 40cabbb

Browse files
committed
Version Bump to v5.2.14
1 parent df3ceca commit 40cabbb

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Change Log
22

3+
## [5.2.14] - 2017-09-13
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.13...master
5+
- Improved slcli vs create-options output
6+
- Updated slcli vs create to support new virtual server public and dedicated host offerings
7+
38
## [5.2.13] - 2017-09-05
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.12...master
9+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.12...v5.2.13
510
- Support for hourly billing of storage
611
- Added exception handling for Managers.VSManager.wait_for_ready()
712
- Added windows support for unit testing

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
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.13'
8+
VERSION = 'v5.2.14'
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

Lines changed: 2 additions & 2 deletions
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.13'
58+
version = '5.2.14'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.2.13'
60+
release = '5.2.14'
6161

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
 (0)