Skip to content

Commit 466b5ef

Browse files
Version to 6.1.3
1 parent d19cc48 commit 466b5ef

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## [6.1.3] - 2022-11-30
4+
5+
#### What's Changed
6+
* New Command: Hardware notifications by @caberos in https://github.com/softlayer/softlayer-python/pull/1756
7+
* New Command: virtual notifications by @caberos in https://github.com/softlayer/softlayer-python/pull/1758
8+
* Change regex in rich text in simple option in help text by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1759
9+
* pip prod(deps): bump rich from 12.5.1 to 12.6.0 by @dependabot in https://github.com/softlayer/softlayer-python/pull/1760
10+
* add more information to vs credentials by @caberos in https://github.com/softlayer/softlayer-python/pull/1762
11+
* Fixed maxint issue by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1765
12+
* Added csv output format by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1766
13+
* add more information on hw credentials by @caberos in https://github.com/softlayer/softlayer-python/pull/1767
14+
* Delete twitter link in documentation by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1769
15+
* new command hw create-credential by @caberos in https://github.com/softlayer/softlayer-python/pull/1774
16+
* fix the hw credential error by @caberos in https://github.com/softlayer/softlayer-python/pull/1781
17+
* Added test suite for py311 by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1784
18+
* New feature to change theme in slcli like dark, light o maintain in default by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1775
19+
* Match `virtual detail --prices` option with `hardware detail --prices` option by @BrianSantivanez in https://github.com/softlayer/softlayer-python/pull/1780
20+
* Fixing preset-list pricing table by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1782
21+
* fix the call api cannot handle empty results by @caberos in https://github.com/softlayer/softlayer-python/pull/1789
22+
* Debug output changed to a valid JSON by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1791
23+
* slcli hw add-notifications crashes with a bad user by @caberos in https://github.com/softlayer/softlayer-python/pull/1786
24+
* del-notification commands, rename the commands to notifications-add by @caberos in https://github.com/softlayer/softlayer-python/pull/1785
25+
* Add --extras to slcli order quote by @caberos in https://github.com/softlayer/softlayer-python/pull/1792
26+
* An error is displaying for volume with replica in slcli for Active pr… by @caberos in https://github.com/softlayer/softlayer-python/pull/1794
27+
28+
29+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v6.1.2...v6.1.3
30+
31+
332
## [6.1.2] - 2022-09-23
433

534
#### What's Changed

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.1.2'
8+
VERSION = 'v6.1.3'
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.1.2',
19+
version='6.1.3',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)