File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.33: 2022-11-21
5+ ------------------
6+
7+ Fixes:
8+ - Improve termination of `Application`. Don't suppress `CancelledError`. This
9+ fixes a race condition when an `Application` gets cancelled while we're
10+ waiting for the background tasks to complete.
11+ - Fixed typehint for `OneStyleAndTextTuple`.
12+ - Small bugfix in `CombinedRegistry`. Fixed missing `@property`.
13+
14+
4153.0.32: 2022-11-03
516------------------
617
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = "3.0.32 "
53+ version = "3.0.33 "
5454# The full version, including alpha/beta/rc tags.
55- release = "3.0.32 "
55+ release = "3.0.33 "
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 1818from .shortcuts import PromptSession , print_formatted_text , prompt
1919
2020# Don't forget to update in `docs/conf.py`!
21- __version__ = "3.0.32 "
21+ __version__ = "3.0.33 "
2222
2323# Version tuple.
2424VERSION = tuple (__version__ .split ("." ))
You can’t perform that action at this time.
0 commit comments