Skip to content

Commit 62f1479

Browse files
committed
Release 0.9.1
Signed-off-by: Andreas Maier <[email protected]>
1 parent 512f022 commit 62f1479

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

docs/changes.rst

+3-13
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ Change log
55
==========
66

77

8-
pywbemtools 0.9.1.dev1
9-
----------------------
10-
11-
Released: not yet
12-
13-
**Incompatible changes:**
8+
pywbemtools 0.9.1
9+
-----------------
1410

15-
**Deprecations:**
11+
Released: 2022-01-03
1612

1713
**Bug fixes:**
1814

@@ -62,12 +58,6 @@ Released: not yet
6258
today. Modified minimum version of typed-ast, pylint and astrid to match pywbem
6359
and pass saftey tests.
6460

65-
**Known issues:**
66-
67-
* See `list of open issues`_.
68-
69-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
70-
7161

7262
pywbemtools 0.9.0
7363
-----------------

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

0 commit comments

Comments
 (0)