File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919
2020<!-- Maintainers, insert changes / features for the next release here -->
2121
22- ## tmuxp 1.20.1 (Unreleased )
22+ ## tmuxp 1.20.1 (2022-12-27 )
2323
2424- libtmux 0.17.0 -> ~ 0.17.1
2525
26+ ### Development
27+
28+ - Poetry 1.2.2 -> 1.3.1
29+
2630## tmuxp 1.20.0 (2022-12-26)
2731
2832### Breaking change
@@ -32,7 +36,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3236 This includes the API overhaul from
3337 [ libtmux #426 ] ( https://github.com/tmux-python/libtmux/pull/426 ) .
3438
35- ### Developmental
39+ ### Development
3640
3741- Tests: Stabilization fix for automatic rename test (#853 )
3842
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tmuxp"
3- version = " 1.20.0 "
3+ version = " 1.20.1 "
44description = " tmux session manager"
55license = " MIT"
66authors = [
" Tony Narlock <[email protected] >" ]
Original file line number Diff line number Diff line change 11__title__ = "tmuxp"
22__package_name__ = "tmuxp"
3- __version__ = "1.20.0 "
3+ __version__ = "1.20.1 "
44__description__ = "tmux session manager"
5566__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments