File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.47: 2024-06-10
5
+ ------------------
6
+
7
+ New features:
8
+ - Allow passing exception classes for `KeyboardInterrupt` and `EOFError` in
9
+ `PromptSession`.
10
+
11
+ Fixes:
12
+ - Compute padding parameters for `Box` widget lazily.
13
+
14
+
4
15
3.0.46: 2024-06-04
5
16
------------------
6
17
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = "3.0.46 "
51
+ version = "3.0.47 "
52
52
# The full version, including alpha/beta/rc tags.
53
- release = "3.0.46 "
53
+ release = "3.0.47 "
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 28
28
from .shortcuts import PromptSession , print_formatted_text , prompt
29
29
30
30
# Don't forget to update in `docs/conf.py`!
31
- __version__ = "3.0.46 "
31
+ __version__ = "3.0.47 "
32
32
33
33
assert pep440 .match (__version__ )
34
34
You can’t perform that action at this time.
0 commit comments