Skip to content

Commit 7895a42

Browse files
Release 2.0.3
1 parent 477aba2 commit 7895a42

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
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+
410
2.0.2: 2018-09-30
511
-----------------
612

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
setup(
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={

0 commit comments

Comments
 (0)