File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ Change log
8
8
pywbemtools 0.8.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.7.3 .
12
12
13
- This version contains all fixes up to pywbemtools 0.7.x.
14
-
15
- Released: not yet
13
+ Released: 2020-10-13
16
14
17
15
**Incompatible changes: **
18
16
@@ -25,8 +23,6 @@ Released: not yet
25
23
has been remamed to `--warn ` / `--no-warn `, and it now controls the
26
24
display of all Python warnings.
27
25
28
- **Deprecations: **
29
-
30
26
**Bug fixes: **
31
27
32
28
* Order display of instance names when the .? is used to pick an instance
@@ -196,13 +192,6 @@ Released: not yet
196
192
an interop namespace to test cross-namespace mock. (see issue #183)
197
193
198
194
199
- **Known issues: **
200
-
201
- * See `list of open issues `_.
202
-
203
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
204
-
205
-
206
195
pywbemtools 0.7.0
207
196
-----------------
208
197
Original file line number Diff line number Diff line change 25
25
#:
26
26
#: * "M.N.P.devD": Development level D of a not yet released version M.N.P
27
27
#: * "M.N.P": A released version M.N.P
28
- __version__ = '0.8.0.dev1 '
28
+ __version__ = '0.8.0'
You can’t perform that action at this time.
0 commit comments