We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311c26f commit ee551a3Copy full SHA for ee551a3
CHANGELOG
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
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
12
3.0.0: 2020-01-29
13
-----------------
14
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.0",
+ version="3.0.1",
15
url="https://github.com/prompt-toolkit/ptpython",
16
description="Python REPL build on top of prompt_toolkit",
17
long_description=long_description,
0 commit comments