File tree 3 files changed +7
-15
lines changed
3 files changed +7
-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 01 * * SUN'
11
11
push :
12
- branches : [ master, stable_0.9 ]
12
+ branches : [ master, stable_1.0 ]
13
13
pull_request :
14
- branches : [ master, stable_0.9 ]
14
+ branches : [ master, stable_1.0 ]
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 1.0.0.dev1
9
- ----------------------
8
+ pywbemtools 1.0.0
9
+ -----------------
10
10
11
- This version contains all fixes up to version 0.9.x .
11
+ This version contains all fixes up to version 0.9.1 .
12
12
13
- Released: not yet
13
+ Released: 2022-02-01
14
14
15
15
**Incompatible changes: **
16
16
@@ -26,8 +26,6 @@ Released: not yet
26
26
by the ``--include-instances `` option which performs exactly the same function.
27
27
(see issue # 1142)
28
28
29
- **Deprecations: **
30
-
31
29
**Bug fixes: **
32
30
33
31
* Test: Fixed that test_utils.py changed the PYWBEMCLI_TERMWIDTH env var
@@ -198,12 +196,6 @@ Released: not yet
198
196
version 0.90 in favor of the ``--include-instances `` option which performs
199
197
exactly the same function. (see issue # 1142)
200
198
201
- **Known issues: **
202
-
203
- * See `list of open issues `_.
204
-
205
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
206
-
207
199
208
200
pywbemtools 0.9.0
209
201
-----------------
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__ = '1.0.0.dev1 '
28
+ __version__ = '1.0.0'
You can’t perform that action at this time.
0 commit comments