File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 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.0: 2020-01-29
5
+ -----------------
6
+
7
+ Upgrade to prompt_toolkit 3.0.
8
+ Requires at least Python 3.6.
9
+
10
+ New features:
11
+ - Uses XDG base directory specification.
12
+
4
13
5
14
2.0.5: 2019-10-09
6
15
-----------------
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Ptpython is an advanced Python REPL. It should work on all
15
15
Python versions from 2.6 up to 3.7 and work cross platform (Linux,
16
16
BSD, OS X and Windows).
17
17
18
+ Note: this version of ptpython requires at least Python 3.6. Install ptpython
19
+ 2.0.5 for older Python versions.
20
+
18
21
19
22
Installation
20
23
************
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = "ptpython" ,
13
13
author = "Jonathan Slenders" ,
14
- version = "2 .0.5 " ,
14
+ version = "3 .0.0 " ,
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