Skip to content

Commit 44efd83

Browse files
committedMay 22, 2017
version to v5.2.6
1 parent 600375a commit 44efd83

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## [5.2.6] - TBD
4-
5-
3+
## [5.2.6] - 2017-05-22
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.5...v5.2.6
5+
66
#### Added To CLI
77
* ipsec list
88
* ipsec detail

‎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.7'
8+
VERSION = 'v5.2.6'
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/'

‎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.7',
17+
version='5.2.6',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)