Skip to content

Commit 04857f3

Browse files
committed
Release 0.7.0
Signed-off-by: Andreas Maier <[email protected]>
1 parent 2d3d9ce commit 04857f3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/changes.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ Change log
88
pywbemtools 0.7.0
99
-----------------
1010

11-
This version is currently in development and is shown as |version|.
11+
This version contains all fixes up to pywbemtools 0.6.1.
1212

13-
This version contains all fixes up to pywbemtools 0.6.x.
14-
15-
Released: not yet
13+
Released: 2020-07-12
1614

1715
**Incompatible changes:**
1816

1917
* The default location for the connections file (pywbemcli_connection_definitions.yaml)
2018
has been moved from the users current directory to the users home directory.
2119
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)
2321

2422
**Deprecations:**
2523

@@ -80,7 +78,7 @@ Released: not yet
8078
* Modify connection file location functionality so that default is
8179
the users home directory but any other directory can be specified using the
8280
general option "connections_file" which has a corresponding environment
83-
variable. (See issue # 596)
81+
variable. (See issue #596)
8482

8583
**Cleanup**
8684

@@ -154,7 +152,7 @@ Released: 2020-04-10
154152
and have therefore been pinned to below these versions on Python 3.4.
155153

156154
* 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)
158156

159157
* Increased minimum version of pluggy package from 0.12.0 to 0.13.0
160158
because it failed during loading of pytest plugins on Python 3.8.
@@ -218,7 +216,7 @@ Released: 2020-04-10
218216
'no-...'. The user can filter to find classes with combinations of these
219217
options returning only classes that meet the option criteria. Thus,
220218
'--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
222220

223221
* Added support for disabling the spinner that is displayed by default during
224222
any ongoing activities, by setting the env var PYWBEM_SPINNER to 'false',

0 commit comments

Comments
 (0)