Skip to content

Commit 4f63006

Browse files
committed
Release 0.7.3
Signed-off-by: Andreas Maier <[email protected]>
1 parent e503d7b commit 4f63006

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/changes.rst

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

77

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

15-
**Deprecations:**
11+
Released: 2020-10-06
1612

1713
**Bug fixes:**
1814

@@ -26,14 +22,6 @@ Released: not yet
2622
* Test: Fixed qualifier definitions in qualifier_filter_model.mof to accomodate
2723
improved MOF compiler in pywbem 1.1.0. (see issue #788)
2824

29-
**Enhancements:**
30-
31-
**Known issues:**
32-
33-
* See `list of open issues`_.
34-
35-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
36-
3725

3826
pywbemtools 0.7.2
3927
-----------------

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.7.3.dev1'
28+
__version__ = '0.7.3'

0 commit comments

Comments
 (0)