File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ $ pip install --user --upgrade --pre libtmux
1515
1616<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717
18+ ## libtmux 0.38.1 (2024-11-26)
19+
20+ - Keep minimum Python version at 3.8 for now.
21+
1822## libtmux 0.38.0 (2024-11-26)
1923
2024### Documentation
Original file line number Diff line number Diff line change 11[project ]
22name = " libtmux"
3- version = " 0.38.0 "
3+ version = " 0.38.1 "
44description = " Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55requires-python = " >=3.8,<4.0"
66authors = [
Original file line number Diff line number Diff line change 22
33__title__ = "libtmux"
44__package_name__ = "libtmux"
5- __version__ = "0.38.0 "
5+ __version__ = "0.38.1 "
66__description__ = "Typed scripting library / ORM / API wrapper for tmux"
7788__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments