Skip to content

Commit 9132182

Browse files
going to v6.0.1 because the readme was broken so now I have to make a new version
1 parent 252fd02 commit 9132182

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
## [6.0.0] - 2022-03-11
4+
## [6.0.1] - 2022-03-11
55

66

77
## What's Changed
@@ -12,8 +12,9 @@
1212
* fix to errors in slcli hw create-options by @caberos in https://github.com/softlayer/softlayer-python/pull/1594
1313

1414

15-
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.0
15+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.1
1616

17+
6.0.0 was skipped.
1718

1819
## [5.9.9] - 2022-02-04
1920

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 = 'v6.0.0'
8+
VERSION = 'v6.0.1'
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

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

1717
setup(
1818
name='SoftLayer',
19-
version='6.0.0',
19+
version='6.0.1',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)