Skip to content

Commit 27737e4

Browse files
committed
Release 1.1.1
Signed-off-by: Andreas Maier <[email protected]>
1 parent dbc6203 commit 27737e4

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

docs/changes.rst

+3-17
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,17 @@ Change log
55
==========
66

77

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

15-
**Deprecations:**
11+
Released: 2022-11-10
1612

1713
**Bug fixes:**
1814

1915
* Changed the development status of the Python package from "4 - Beta" to
2016
"5 - Production/Stable". This actually applies since version 1.1.0.
2117
(issue #1237)
2218

23-
**Enhancements:**
24-
25-
**Cleanup:**
26-
27-
**Known issues:**
28-
29-
* See `list of open issues`_.
30-
31-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
32-
3319

3420
pywbemtools 1.1.0
3521
-----------------

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.1.dev1'
28+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)