Skip to content

Commit 95dbc74

Browse files
committed
Release 1.3.0
Signed-off-by: Andreas Maier <[email protected]>
1 parent 1953a2b commit 95dbc74

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

docs/changes.rst

+4-12
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Change log
55
==========
66

77

8-
pywbemtools 1.3.0.dev1
9-
----------------------
8+
pywbemtools 1.3.0
9+
-----------------
1010

11-
This version contains all fixes up to version 1.2.x.
11+
This version contains all fixes up to version 1.2.1.
1212

13-
Released: not yet
13+
Released: 2024-04-20
1414

1515
**Incompatible changes:**
1616

@@ -30,8 +30,6 @@ Released: not yet
3030
See `pywbem troubleshooting documentation. <https://pywbem.readthedocs.io/en/latest/appendix.html#troubleshooting>`_
3131
for help resolving such issues.
3232

33-
**Deprecations:**
34-
3533
**Bug fixes:**
3634

3735
* Increased pywbem to 1.7.2 to pick up fixes. (issue #1304)
@@ -142,12 +140,6 @@ Released: not yet
142140
* Changed the format of the README and README_PYPI files from RST to Markdown,
143141
to address formatting issues with badges on the Github site (issue #1376).
144142

145-
**Known issues:**
146-
147-
* See `list of open issues`_.
148-
149-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
150-
151143

152144
pywbemtools 1.2.0
153145
-----------------

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.3.0.dev1'
28+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)