File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,10 @@ Change log
5
5
==========
6
6
7
7
8
- pywbemtools 1.0.1.dev1
9
- ----------------------
10
-
11
- Released: not yet
12
-
13
- **Incompatible changes: **
8
+ pywbemtools 1.0.1
9
+ -----------------
14
10
15
- ** Deprecations: **
11
+ Released: 2022-10-16
16
12
17
13
**Bug fixes: **
18
14
@@ -33,16 +29,6 @@ Released: not yet
33
29
* Fixed a flake8 AttributeError when using importlib-metadata 5.0.0 on
34
30
Python>=3.7, by pinning importlib-metadata to <5.0.0 on these Python versions.
35
31
36
- **Enhancements: **
37
-
38
- **Cleanup: **
39
-
40
- **Known issues: **
41
-
42
- * See `list of open issues `_.
43
-
44
- .. _`list of open issues` : https://github.com/pywbem/pywbemtools/issues
45
-
46
32
47
33
pywbemtools 1.0.0
48
34
-----------------
Original file line number Diff line number Diff line change 25
25
#:
26
26
#: * "M.N.P.devD": Development level D of a not yet released version M.N.P
27
27
#: * "M.N.P": A released version M.N.P
28
- __version__ = '1.0.1.dev1 '
28
+ __version__ = '1.0.1'
You can’t perform that action at this time.
0 commit comments