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 f8399dd commit 44f0c6eCopy full SHA for 44f0c6e
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
4
+3.0.23: 2023-02-22
5
+------------------
6
+
7
+Fixes:
8
+- Don't print exception messages twice for unhandled exceptions.
9
+- Added cursor shape support.
10
11
+Breaking changes:
12
+- Drop Python 3.6 support.
13
14
15
3.0.22: 2022-12-06
16
------------------
17
setup.py
@@ -11,7 +11,7 @@
setup(
name="ptpython",
author="Jonathan Slenders",
- version="3.0.22",
+ version="3.0.23",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
0 commit comments