Skip to content

Commit 43671ae

Browse files
committed
Tag v1.41.1 (use Pane.split)
1 parent 2a6c61f commit 43671ae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
## tmuxp 1.41.1 (2024-03-17)
23+
24+
_Maintenance only, no bug fixes or new features_
25+
26+
- WorkspaceBuilder: Use `Pane.split` instead of `Window.split_window`
27+
2228
## tmuxp 1.41.0 (2024-03-17)
2329

2430
_Maintenance only, no bug fixes or new features_

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.41.0"
3+
version = "1.41.1"
44
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: src/tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "tmuxp"
44
__package_name__ = "tmuxp"
5-
__version__ = "1.41.0"
5+
__version__ = "1.41.1"
66
__description__ = "tmux session manager"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)