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
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ## tmuxp 1.17.3 (2022-10-30)
25+
26+ ** Maintenance release, no features or fixes**
27+
2428### Development
2529
2630- Add python 3.11 to test grid, pyenv / asdf files (#842 )
2731
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)
2937
3038### Bug fix
3139
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tmuxp"
3- version = " 1.17.2 "
3+ version = " 1.17.3 "
44description = " tmux session manager"
55license = " MIT"
66authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 11__title__ = "tmuxp"
22__package_name__ = "tmuxp"
3- __version__ = "1.17.2 "
3+ __version__ = "1.17.3 "
44__description__ = "tmux session manager"
55__email__ = "tony@git-pull.com"
66__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments