File tree 2 files changed +8
-19
lines changed
2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -5,32 +5,21 @@ Change log
5
5
==========
6
6
7
7
8
+ pywbemtools 0.7.1
9
+ -----------------
8
10
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
19
12
20
13
**Bug fixes: **
21
14
22
15
* Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid WinError 995.
23
16
(See issue #690)
24
17
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)
32
20
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)
34
23
35
24
36
25
pywbemtools 0.7.0
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__ = '0.7.1.dev1 '
28
+ __version__ = '0.7.1'
You can’t perform that action at this time.
0 commit comments