Skip to content

Commit ef3e918

Browse files
authored
Release 1.1.0 (#1231)
Signed-off-by: Andreas Maier <[email protected]> Signed-off-by: Andreas Maier <[email protected]>
1 parent a67a800 commit ef3e918

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-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: '00 00 * * SUN'
1111
push:
12-
branches: [ master, stable_1.0 ]
12+
branches: [ master, stable_1.1 ]
1313
pull_request:
14-
branches: [ master, stable_1.0 ]
14+
branches: [ master, stable_1.1 ]
1515

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

docs/changes.rst

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

77

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

11-
This version contains all fixes up to version 1.0.x.
11+
This version contains all fixes up to version 1.0.1.
1212

13-
Released: not yet
13+
Released: 2022-11-08
1414

1515
**Incompatible changes:**
1616

@@ -20,8 +20,6 @@ Released: not yet
2020
These commands are part of the namespace group ``namespace list`` and
2121
``namespace interop``.)
2222

23-
**Deprecations:**
24-
2523
**Bug fixes:**
2624

2725
* Resolved new issues reported by Pylint 2.13. (issue #1164)
@@ -116,12 +114,6 @@ Released: not yet
116114
* Update to requirements files for new Nov 2022 security issues with wheel,
117115
safety, and py. (see PR # 1627)
118116

119-
**Known issues:**
120-
121-
* See `list of open issues`_.
122-
123-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
124-
125117

126118
pywbemtools 1.0.0
127119
-----------------

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__ = '1.1.0.dev1'
28+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)