Skip to content

Commit b857163

Browse files
Release 3.0.17
1 parent 8f36d93 commit b857163

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

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

4+
3.0.17: 2020-03-22
5+
------------------
6+
7+
Fixes:
8+
- Fix leaking file descriptors due to not closing the asyncio event loop after
9+
reading input in a thread.
10+
- Fix race condition during retrieval of signatures.
11+
12+
413
3.0.16: 2020-02-11
514
------------------
615

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