File tree 3 files changed +10
-15
lines changed
3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 9
9
- # cron (in UTC): minute hour day_of_month month day_of_week
10
10
cron : ' 30 03 * * SUN'
11
11
push :
12
- branches : [ master, stable_0.8 ]
12
+ branches : [ master, stable_0.9 ]
13
13
pull_request :
14
- branches : [ master, stable_0.8 ]
14
+ branches : [ master, stable_0.9 ]
15
15
16
16
env :
17
17
# WBEM server image on Docker Hub as repository:tag.
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ Change log
5
5
==========
6
6
7
7
8
- pywbemtools 0.9.0.dev1
9
- ----------------------
8
+ pywbemtools 0.9.0
9
+ -----------------
10
10
11
- This version contains all fixes up to pywbemtools 0.8.x .
11
+ This version contains all fixes up to pywbemtools 0.8.1 .
12
12
13
- Released: not yet
13
+ Released: 2021-05-03
14
14
15
15
**Incompatible changes: **
16
16
@@ -70,8 +70,9 @@ Released: not yet
70
70
and displaying of PYWBEMCLI environment variables during testing in verbose
71
71
mode.
72
72
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)
75
76
76
77
**Enhancements: **
77
78
@@ -142,12 +143,6 @@ Released: not yet
142
143
test specifies stdin for the test, because the 'pdb' test condition disables
143
144
the stdin/stdout/stderr redirection.
144
145
145
- **Known issues: **
146
-
147
- * See `list of open issues `_.
148
-
149
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
150
-
151
146
152
147
pywbemtools 0.8.0
153
148
-----------------
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.9.0.dev1 '
28
+ __version__ = '0.9.0'
You can’t perform that action at this time.
0 commit comments