Skip to content

Commit 7400df8

Browse files
authored
Release 1.2.0 (#1292)
Signed-off-by: Andreas Maier <[email protected]>
1 parent 9c6d6ba commit 7400df8

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
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.1 ]
12+
branches: [ master, stable_1.2 ]
1313
pull_request:
14-
branches: [ master, stable_1.1 ]
14+
branches: [ master, stable_1.2 ]
1515

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

docs/changes.rst

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

77

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+
-----------------
1210

13-
Released: not yet
11+
This version contains all fixes up to version 1.1.1.
1412

15-
**Incompatible changes:**
16-
17-
**Deprecations:**
13+
Released: 2023-03-20
1814

1915
**Bug fixes:**
2016

@@ -88,7 +84,6 @@ Released: not yet
8884
help can be requested. The subjects are generally about tab-completion
8985
and tab-completion activation.
9086

91-
9287
**Cleanup:**
9388

9489
* Use Ubuntu 20.04 for os target for some github CI tests because python setup
@@ -108,12 +103,6 @@ Released: not yet
108103

109104
* Update Pegasus docker image version to 0.1.2
110105

111-
**Known issues:**
112-
113-
* See `list of open issues`_.
114-
115-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
116-
117106

118107
pywbemtools 1.1.0
119108
-----------------

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.2.0.dev1'
28+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)