File tree 3 files changed +7
-18
lines changed
3 files changed +7
-18
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 : ' 00 00 * * SUN'
11
11
push :
12
- branches : [ master, stable_1.1 ]
12
+ branches : [ master, stable_1.2 ]
13
13
pull_request :
14
- branches : [ master, stable_1.1 ]
14
+ branches : [ master, stable_1.2 ]
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,16 +5,12 @@ Change log
5
5
==========
6
6
7
7
8
- pywbemtools 1.2.0.dev1
9
- ----------------------
10
-
11
- This version contains all fixes up to version 1.1.x.
8
+ pywbemtools 1.2.0
9
+ -----------------
12
10
13
- Released: not yet
11
+ This version contains all fixes up to version 1.1.1.
14
12
15
- **Incompatible changes: **
16
-
17
- **Deprecations: **
13
+ Released: 2023-03-20
18
14
19
15
**Bug fixes: **
20
16
@@ -88,7 +84,6 @@ Released: not yet
88
84
help can be requested. The subjects are generally about tab-completion
89
85
and tab-completion activation.
90
86
91
-
92
87
**Cleanup: **
93
88
94
89
* Use Ubuntu 20.04 for os target for some github CI tests because python setup
@@ -108,12 +103,6 @@ Released: not yet
108
103
109
104
* Update Pegasus docker image version to 0.1.2
110
105
111
- **Known issues: **
112
-
113
- * See `list of open issues `_.
114
-
115
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
116
-
117
106
118
107
pywbemtools 1.1.0
119
108
-----------------
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.2.0.dev1 '
28
+ __version__ = '1.2.0'
You can’t perform that action at this time.
0 commit comments