Skip to content

Commit ee551a3

Browse files
Release 3.0.1
1 parent 311c26f commit ee551a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

4+
3.0.1: 2020-02-24
5+
-----------------
6+
7+
- Fix backwards-compatibility of the `run_config` function. (used by
8+
django-extensions).
9+
- Fix input mode in status bar for block selection.
10+
11+
412
3.0.0: 2020-01-29
513
-----------------
614

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="3.0.0",
14+
version="3.0.1",
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)