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 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.38: 2023-02-28
5
+ ------------------
6
+
7
+ Fixes:
8
+ - Fix regression in filters. (Use of `WeakValueDictionary` caused filters to
9
+ not be cached).
10
+
11
+ New features:
12
+ - Use 24-bit true color now by default on Windows 10/11.
13
+
14
+
4
15
3.0.37: 2023-02-21
5
16
------------------
6
17
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = "3.0.37 "
53
+ version = "3.0.38 "
54
54
# The full version, including alpha/beta/rc tags.
55
- release = "3.0.37 "
55
+ release = "3.0.38 "
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 27
27
from .shortcuts import PromptSession , print_formatted_text , prompt
28
28
29
29
# Don't forget to update in `docs/conf.py`!
30
- __version__ = "3.0.37 "
30
+ __version__ = "3.0.38 "
31
31
32
32
assert pep440 .match (__version__ )
33
33
You can’t perform that action at this time.
0 commit comments