Skip to content

Commit

Permalink
Version bump to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin McDonald committed Jun 15, 2015
1 parent 04adfcd commit 26562d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.0.3

* Fixes bug with `slcli vs ready` command

* Fixes bug with `slcli loadbal service-add` command

* Fixes bug with `slcli vlan list` with vlans that don't have a datacenter

* Improves validation of virtual server and hardware create commands

4.0.2

* Fixes a bug that breaks user confirmation prompts
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 = 'v4.0.2'
VERSION = 'v4.0.3'
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 = '4.0.2'
version = '4.0.3'
# The full version, including alpha/beta/rc tags.
release = '4.0.2'
release = '4.0.3'

# 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 @@ -36,7 +36,7 @@

setup(
name='SoftLayer',
version='4.0.2',
version='4.0.3',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit 26562d3

Please sign in to comment.