Skip to content

Commit

Permalink
version to v5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed May 22, 2017
1 parent 600375a commit 44efd83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [5.2.6] - TBD


## [5.2.6] - 2017-05-22
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.5...v5.2.6
#### Added To CLI
* ipsec list
* ipsec detail
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.7'
VERSION = 'v5.2.6'
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
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.7',
version='5.2.6',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit 44efd83

Please sign in to comment.