Skip to content

Commit aa2a0a2

Browse files
committed
Release 0.7.1
Signed-off-by: Andreas Maier <[email protected]>
1 parent 35205fc commit aa2a0a2

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

docs/changes.rst

+7-18
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,21 @@ Change log
55
==========
66

77

8+
pywbemtools 0.7.1
9+
-----------------
810

9-
pywbemtools 0.7.1.dev1
10-
----------------------
11-
12-
This version is currently in development and is shown as |version|.
13-
14-
Released: not yet
15-
16-
**Incompatible changes:**
17-
18-
**Deprecations:**
11+
Released: 2020-07-31
1912

2013
**Bug fixes:**
2114

2215
* Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid WinError 995.
2316
(See issue #690)
2417

25-
**Enhancements:**
26-
27-
**Cleanup:**
28-
29-
**Known issues:**
30-
31-
* See `list of open issues`_.
18+
* Fixed exception when command entered in interactive mode, on Python 2.
19+
(See issue #224)
3220

33-
.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues
21+
* Test: Default connection file does not get restored in some cases during test.
22+
(See issue #680)
3423

3524

3625
pywbemtools 0.7.0

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

0 commit comments

Comments
 (0)