File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.26: 2016-01-03
5+ ----------------
6+
7+ Upgrade to prompt_toolkit 0.55
8+
9+ Fixes:
10+ - Handle several bugs in Jedi.
11+ - Correctly handle sys.argv when pt(i)python is started with --interactive.
12+ - Support for 24bit true color.
13+ - Take compiler flags into account for ptipython.
14+
4150.25: 2015-10-29
516----------------
617
Original file line number Diff line number Diff line change 1313setup (
1414 name = 'ptpython' ,
1515 author = 'Jonathan Slenders' ,
16- version = '0.25 ' ,
16+ version = '0.26 ' ,
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.54 ' ,
22+ 'prompt_toolkit==0.55 ' ,
2323 'jedi>=0.9.0' ,
2424 'docopt' ,
2525 ],
You can’t perform that action at this time.
0 commit comments