Skip to content

Commit 3023dda

Browse files
committed
Release 1.0.0
Signed-off-by: Andreas Maier <[email protected]>
1 parent 704e757 commit 3023dda

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: '30 01 * * SUN'
1111
push:
12-
branches: [ master, stable_0.9 ]
12+
branches: [ master, stable_1.0 ]
1313
pull_request:
14-
branches: [ master, stable_0.9 ]
14+
branches: [ master, stable_1.0 ]
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.0.0.dev1
9-
----------------------
8+
pywbemtools 1.0.0
9+
-----------------
1010

11-
This version contains all fixes up to version 0.9.x.
11+
This version contains all fixes up to version 0.9.1.
1212

13-
Released: not yet
13+
Released: 2022-02-01
1414

1515
**Incompatible changes:**
1616

@@ -26,8 +26,6 @@ Released: not yet
2626
by the ``--include-instances`` option which performs exactly the same function.
2727
(see issue # 1142)
2828

29-
**Deprecations:**
30-
3129
**Bug fixes:**
3230

3331
* Test: Fixed that test_utils.py changed the PYWBEMCLI_TERMWIDTH env var
@@ -198,12 +196,6 @@ Released: not yet
198196
version 0.90 in favor of the ``--include-instances`` option which performs
199197
exactly the same function. (see issue # 1142)
200198

201-
**Known issues:**
202-
203-
* See `list of open issues`_.
204-
205-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
206-
207199

208200
pywbemtools 0.9.0
209201
-----------------

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.0.0.dev1'
28+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)