Skip to content

Commit c48fecb

Browse files
committed
Tag v0.46.2 (start_directory fix)
1 parent ebfc4f9 commit c48fecb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
- _Future release notes will be placed here_
1717

18-
## libtmux 0.46.2 (Unreleased)
18+
## libtmux 0.46.2 (2025-05-26)
1919

2020
### Development
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.46.1"
3+
version = "0.46.2"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "libtmux"
66
__package_name__ = "libtmux"
7-
__version__ = "0.46.1"
7+
__version__ = "0.46.2"
88
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
99
__email__ = "[email protected]"
1010
__author__ = "Tony Narlock"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)