File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,19 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ## tmuxp 1.17.3 (2022-10-30)
25
+
26
+ ** Maintenance release, no features or fixes**
27
+
24
28
### Development
25
29
26
30
- Add python 3.11 to test grid, pyenv / asdf files (#842 )
27
31
28
- ## tmuxp 1.17.2 (unreleased)
32
+ ### Packaging
33
+
34
+ - Add python 3.11 to classifiers
35
+
36
+ ## tmuxp 1.17.2 (2022-10-29)
29
37
30
38
### Bug fix
31
39
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tmuxp"
3
- version = " 1.17.2 "
3
+ version = " 1.17.3 "
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.17.2 "
3
+ __version__ = "1.17.3 "
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