File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.0.3: 2018-10-12
5+ -----------------
6+
7+ - Allow changing the min/max brightness.
8+ - Some changes for compatibility with the latest prompt_toolkit.
9+
4102.0.2: 2018-09-30
511-----------------
612
Original file line number Diff line number Diff line change 1414setup (
1515 name = 'ptpython' ,
1616 author = 'Jonathan Slenders' ,
17- version = '2.0.2 ' ,
17+ version = '2.0.3 ' ,
1818 url = 'https://github.com/jonathanslenders/ptpython' ,
1919 description = 'Python REPL build on top of prompt_toolkit' ,
2020 long_description = long_description ,
2121 packages = find_packages ('.' ),
2222 install_requires = [
2323 'docopt' ,
2424 'jedi>=0.9.0' ,
25- 'prompt_toolkit>=2.0.5 ,<2.1.0' ,
25+ 'prompt_toolkit>=2.0.6 ,<2.1.0' ,
2626 'pygments' ,
2727 ],
2828 entry_points = {
You can’t perform that action at this time.
0 commit comments