File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.16: 2020-02-11
5
+ ------------------
6
+
7
+ (Commit 7f619e was missing in previous release.)
8
+
9
+ Fixes:
10
+ - Several fixes to the completion code:
11
+ * Give dictionary completions priority over path completions.
12
+ * Always call non-fuzzy completer after fuzzy completer to prevent that some
13
+ completions were missed out if the fuzzy completer doesn't find them.
14
+
15
+
4
16
3.0.15: 2020-02-11
5
17
------------------
6
18
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = "ptpython" ,
13
13
author = "Jonathan Slenders" ,
14
- version = "3.0.15 " ,
14
+ version = "3.0.16 " ,
15
15
url = "https://github.com/prompt-toolkit/ptpython" ,
16
16
description = "Python REPL build on top of prompt_toolkit" ,
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments