Skip to content

Commit f05e7ec

Browse files
committed
Release 0.8.0
Signed-off-by: Andreas Maier <[email protected]>
1 parent 619811b commit f05e7ec

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

docs/changes.rst

+2-13
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ Change log
88
pywbemtools 0.8.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.7.3.
1212

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

1715
**Incompatible changes:**
1816

@@ -25,8 +23,6 @@ Released: not yet
2523
has been remamed to `--warn` / `--no-warn`, and it now controls the
2624
display of all Python warnings.
2725

28-
**Deprecations:**
29-
3026
**Bug fixes:**
3127

3228
* Order display of instance names when the .? is used to pick an instance
@@ -196,13 +192,6 @@ Released: not yet
196192
an interop namespace to test cross-namespace mock. (see issue #183)
197193

198194

199-
**Known issues:**
200-
201-
* See `list of open issues`_.
202-
203-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
204-
205-
206195
pywbemtools 0.7.0
207196
-----------------
208197

pywbemtools/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
#:
2626
#: * "M.N.P.devD": Development level D of a not yet released version M.N.P
2727
#: * "M.N.P": A released version M.N.P
28-
__version__ = '0.8.0.dev1'
28+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)