Skip to content

Commit 27f5bcd

Browse files
Release 3.0.0
1 parent 6569e24 commit 27f5bcd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

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+
413

514
2.0.5: 2019-10-09
615
-----------------

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Ptpython is an advanced Python REPL. It should work on all
1515
Python versions from 2.6 up to 3.7 and work cross platform (Linux,
1616
BSD, OS X and Windows).
1717

18+
Note: this version of ptpython requires at least Python 3.6. Install ptpython
19+
2.0.5 for older Python versions.
20+
1821

1922
Installation
2023
************

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="ptpython",
1313
author="Jonathan Slenders",
14-
version="2.0.5",
14+
version="3.0.0",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,

0 commit comments

Comments
 (0)