Skip to content

Commit 02a7b83

Browse files
Release 3.0.15
1 parent 7f619ed commit 02a7b83

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

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

4+
3.0.15: 2020-02-11
5+
------------------
6+
7+
New features:
8+
- When pressing control-w, only delete characters until a punctuation.
9+
10+
Fixes:
11+
- Fix `AttributeError` during retrieval of signatures with type annotations.
12+
13+
414
3.0.14: 2020-02-10
515
------------------
616

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