Skip to content

Commit e874b74

Browse files
committed
Release 0.9.0
Signed-off-by: Andreas Maier <[email protected]>
1 parent fbd527b commit e874b74

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
- # cron (in UTC): minute hour day_of_month month day_of_week
1010
cron: '30 03 * * SUN'
1111
push:
12-
branches: [ master, stable_0.8 ]
12+
branches: [ master, stable_0.9 ]
1313
pull_request:
14-
branches: [ master, stable_0.8 ]
14+
branches: [ master, stable_0.9 ]
1515

1616
env:
1717
# WBEM server image on Docker Hub as repository:tag.

docs/changes.rst

+7-12
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Change log
55
==========
66

77

8-
pywbemtools 0.9.0.dev1
9-
----------------------
8+
pywbemtools 0.9.0
9+
-----------------
1010

11-
This version contains all fixes up to pywbemtools 0.8.x.
11+
This version contains all fixes up to pywbemtools 0.8.1.
1212

13-
Released: not yet
13+
Released: 2021-05-03
1414

1515
**Incompatible changes:**
1616

@@ -70,8 +70,9 @@ Released: not yet
7070
and displaying of PYWBEMCLI environment variables during testing in verbose
7171
mode.
7272

73-
* Change add_mof() to only display exceptions received if not MOFCompileError
74-
since the MOF compiler logs all MOFCompileError exceptions. (see issue #395)
73+
* Change MOFCompiler.add_mof/remove_mof() to only display exceptions received
74+
if not MOFCompileError since the MOF compiler logs all MOFCompileError
75+
exceptions. (see issue #395)
7576

7677
**Enhancements:**
7778

@@ -142,12 +143,6 @@ Released: not yet
142143
test specifies stdin for the test, because the 'pdb' test condition disables
143144
the stdin/stdout/stderr redirection.
144145

145-
**Known issues:**
146-
147-
* See `list of open issues`_.
148-
149-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
150-
151146

152147
pywbemtools 0.8.0
153148
-----------------

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.9.0.dev1'
28+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)