Skip to content

Commit 9dffc82

Browse files
committed
build(deps): libtmux 0.23.0post2 -> 0.23.1 (typo fixes)
1 parent 1239809 commit 9dffc82

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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+
### Development
23+
24+
- libtmux: v0.23.0 -> v0.23.1
25+
26+
Typo fixes inside libtmux
27+
2228
### Docs
2329

2430
- Typo fixes (#884), thanks @kianmeng

poetry.lock

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.7"
50-
libtmux = "~0.23.0post1"
50+
libtmux = "~0.23.1"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)