Skip to content

Commit 44f0c6e

Browse files
Release 3.0.23
1 parent f8399dd commit 44f0c6e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

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+
415
3.0.22: 2022-12-06
516
------------------
617

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.22",
14+
version="3.0.23",
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)