@@ -8,18 +8,16 @@ Change log
8
8
pywbemtools 0.7.0
9
9
-----------------
10
10
11
- This version is currently in development and is shown as | version | .
11
+ This version contains all fixes up to pywbemtools 0.6.1 .
12
12
13
- This version contains all fixes up to pywbemtools 0.6.x.
14
-
15
- Released: not yet
13
+ Released: 2020-07-12
16
14
17
15
**Incompatible changes: **
18
16
19
17
* The default location for the connections file (pywbemcli_connection_definitions.yaml)
20
18
has been moved from the users current directory to the users home directory.
21
19
A general option "connections_file" allows the user to set other directories
22
- and file names for this file. (See issue # 596)
20
+ and file names for this file. (See issue #596)
23
21
24
22
**Deprecations: **
25
23
@@ -80,7 +78,7 @@ Released: not yet
80
78
* Modify connection file location functionality so that default is
81
79
the users home directory but any other directory can be specified using the
82
80
general option "connections_file" which has a corresponding environment
83
- variable. (See issue # 596)
81
+ variable. (See issue #596)
84
82
85
83
**Cleanup **
86
84
@@ -154,7 +152,7 @@ Released: 2020-04-10
154
152
and have therefore been pinned to below these versions on Python 3.4.
155
153
156
154
* Fix bug where order of commands listed in help output was different for
157
- different versions of Python. (See issue # 510)
155
+ different versions of Python. (See issue #510)
158
156
159
157
* Increased minimum version of pluggy package from 0.12.0 to 0.13.0
160
158
because it failed during loading of pytest plugins on Python 3.8.
@@ -218,7 +216,7 @@ Released: 2020-04-10
218
216
'no-...'. The user can filter to find classes with combinations of these
219
217
options returning only classes that meet the option criteria. Thus,
220
218
'--association' returns classes that are associations and '--no-association'
221
- returns only classes that are not associations. See issue # 447
219
+ returns only classes that are not associations. See issue #447
222
220
223
221
* Added support for disabling the spinner that is displayed by default during
224
222
any ongoing activities, by setting the env var PYWBEM_SPINNER to 'false',
0 commit comments