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 : ' 00 00 * * SUN'
11
11
push :
12
- branches : [ master, stable_1.0 ]
12
+ branches : [ master, stable_1.1 ]
13
13
pull_request :
14
- branches : [ master, stable_1.0 ]
14
+ branches : [ master, stable_1.1 ]
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.1.0.dev1
9
- ----------------------
8
+ pywbemtools 1.1.0
9
+ -----------------
10
10
11
- This version contains all fixes up to version 1.0.x .
11
+ This version contains all fixes up to version 1.0.1 .
12
12
13
- Released: not yet
13
+ Released: 2022-11-08
14
14
15
15
**Incompatible changes: **
16
16
@@ -20,8 +20,6 @@ Released: not yet
20
20
These commands are part of the namespace group ``namespace list `` and
21
21
``namespace interop ``.)
22
22
23
- **Deprecations: **
24
-
25
23
**Bug fixes: **
26
24
27
25
* Resolved new issues reported by Pylint 2.13. (issue #1164)
@@ -116,12 +114,6 @@ Released: not yet
116
114
* Update to requirements files for new Nov 2022 security issues with wheel,
117
115
safety, and py. (see PR # 1627)
118
116
119
- **Known issues: **
120
-
121
- * See `list of open issues `_.
122
-
123
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
124
-
125
117
126
118
pywbemtools 1.0.0
127
119
-----------------
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.1.0.dev1 '
28
+ __version__ = '1.1.0'
You can’t perform that action at this time.
0 commit comments