Skip to content

Commit e9eac2e

Browse files
Release 3.0.24
1 parent 941a4a7 commit e9eac2e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

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

4+
3.0.24: 2021-12-09
5+
------------------
6+
7+
Fixes:
8+
- Prevent window content overflowing when using scrollbars.
9+
- Handle `PermissionError` when trying to attach /dev/null in vt100 input.
10+
11+
412
3.0.23: 2021-11-26
513
------------------
614

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = "3.0.23"
54+
version = "3.0.24"
5555
# The full version, including alpha/beta/rc tags.
56-
release = "3.0.23"
56+
release = "3.0.24"
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

prompt_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .shortcuts import PromptSession, print_formatted_text, prompt
1919

2020
# Don't forget to update in `docs/conf.py`!
21-
__version__ = "3.0.23"
21+
__version__ = "3.0.24"
2222

2323
# Version tuple.
2424
VERSION = tuple(__version__.split("."))

0 commit comments

Comments
 (0)