Skip to content

Commit 5254fa7

Browse files
committed
Tag v0.38.1 (python 3.8 support)
1 parent 6a49edc commit 5254fa7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff 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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.8,<4.0"
66
authors = [

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)