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
19
19
20
20
<!-- Maintainers, insert changes / features for the next release here -->
21
21
22
- ## tmuxp 1.20.1 (Unreleased )
22
+ ## tmuxp 1.20.1 (2022-12-27 )
23
23
24
24
- libtmux 0.17.0 -> ~ 0.17.1
25
25
26
+ ### Development
27
+
28
+ - Poetry 1.2.2 -> 1.3.1
29
+
26
30
## tmuxp 1.20.0 (2022-12-26)
27
31
28
32
### Breaking change
@@ -32,7 +36,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
32
36
This includes the API overhaul from
33
37
[ libtmux #426 ] ( https://github.com/tmux-python/libtmux/pull/426 ) .
34
38
35
- ### Developmental
39
+ ### Development
36
40
37
41
- Tests: Stabilization fix for automatic rename test (#853 )
38
42
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tmuxp"
3
- version = " 1.20.0 "
3
+ version = " 1.20.1 "
4
4
description = " tmux session manager"
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 1
1
__title__ = "tmuxp"
2
2
__package_name__ = "tmuxp"
3
- __version__ = "1.20.0 "
3
+ __version__ = "1.20.1 "
4
4
__description__ = "tmux session manager"
5
5
__email__ = "tony@git-pull.com"
6
6
__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments