File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.27: 2016-01-03
5+ ----------------
6+
7+ Upgrade to prompt_toolkit 0.56
8+
9+
4100.26: 2016-01-03
511----------------
612
1218- Support for 24bit true color.
1319- Take compiler flags into account for ptipython.
1420
21+
15220.25: 2015-10-29
1623----------------
1724
Original file line number Diff line number Diff line change 1313setup (
1414 name = 'ptpython' ,
1515 author = 'Jonathan Slenders' ,
16- version = '0.26 ' ,
16+ version = '0.27 ' ,
1717 url = 'https://github.com/jonathanslenders/ptpython' ,
1818 description = 'Python REPL build on top of prompt_toolkit' ,
1919 long_description = long_description ,
2020 packages = find_packages ('.' ),
2121 install_requires = [
22- 'prompt_toolkit==0.55 ' ,
22+ 'prompt_toolkit==0.56 ' ,
2323 'jedi>=0.9.0' ,
2424 'docopt' ,
2525 ],
You can’t perform that action at this time.
0 commit comments