Skip to content

Commit a8651bd

Browse files
committed
Release 1.0.1
Signed-off-by: Andreas Maier <[email protected]>
1 parent 8e4a7ed commit a8651bd

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,14 +5,10 @@ Change log
55
==========
66

77

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

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

1713
**Bug fixes:**
1814

@@ -33,16 +29,6 @@ Released: not yet
3329
* Fixed a flake8 AttributeError when using importlib-metadata 5.0.0 on
3430
Python>=3.7, by pinning importlib-metadata to <5.0.0 on these Python versions.
3531

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-
4632

4733
pywbemtools 1.0.0
4834
-----------------

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

0 commit comments

Comments
 (0)