Skip to content

Commit 7df7756

Browse files
Merge pull request #1755 from allmightyspiff/master
v6.1.2 release notes
2 parents 1bd004d + f6d6fbb commit 7df7756

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [6.1.2] - 2022-09-23
4+
5+
#### What's Changed
6+
* Snapcraft: Updated to Core22 and add homeishome-launch by @kz6fittycent in https://github.com/softlayer/softlayer-python/pull/1740
7+
* Add status, create date and domain columns in `slcli vs list command` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1728
8+
* New command: ipsec cancel by @caberos in https://github.com/softlayer/softlayer-python/pull/1729
9+
* New command: subnet clear-route by @caberos in https://github.com/softlayer/softlayer-python/pull/1738
10+
* Deprecate slcli hw guests by @caberos in https://github.com/softlayer/softlayer-python/pull/1736
11+
* Remove real usersnames from test fixtrues by @caberos in https://github.com/softlayer/softlayer-python/pull/1743
12+
* Fix tox request.get hangout issue by @caberos in https://github.com/softlayer/softlayer-python/pull/1746
13+
* add vs user-access command by @caberos in https://github.com/softlayer/softlayer-python/pull/1741
14+
* Update Help message for commands that take in multiple arguments by @caberos in https://github.com/softlayer/softlayer-python/pull/1748
15+
* Error with slcli order item-list by @caberos in https://github.com/softlayer/softlayer-python/pull/1751
16+
* deprecate sl `autoscale` by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1753
17+
* Unhandled error running a subcommand in slcli by @caberos in https://github.com/softlayer/softlayer-python/pull/1754
18+
19+
20+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.1...v6.1.2
21+
22+
323
## [6.1.1] - 2022-08-18
424

525
#### What's Changed

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 = 'v6.1.1'
8+
VERSION = 'v6.1.2'
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
@@ -16,7 +16,7 @@
1616

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

0 commit comments

Comments
 (0)