Skip to content

Commit f3088dc

Browse files
Release 3.0.28
1 parent a3b450c commit f3088dc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.28: 2022-02-11
5+
------------------
6+
7+
New features:
8+
- Support format specifiers for HTML and ANSI formatted text.
9+
- Accept defaults for checkbox and radio list, and their corresponding dialogs.
10+
11+
Fixes:
12+
- Fix resetting of cursor shape after the application terminates.
13+
14+
415
3.0.27: 2022-02-07
516
------------------
617

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = "3.0.27"
53+
version = "3.0.28"
5454
# The full version, including alpha/beta/rc tags.
55-
release = "3.0.27"
55+
release = "3.0.28"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# 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.27"
21+
__version__ = "3.0.28"
2222

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

0 commit comments

Comments
 (0)