File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Here you can find the recent changes to libtmux
55## current
66
77- _ Insert changes/features/fixes for next release here_
8+
9+ ## libtmux 0.10.1 (2021-06-16)
810- Update ` Window.select_window() ` for #271
911
1012## libtmux 0.10.0 (2021-06-16)
Original file line number Diff line number Diff line change 11__title__ = 'libtmux'
22__package_name__ = 'libtmux'
3- __version__ = '0.10.0 '
3+ __version__ = '0.10.1 '
44__description__ = 'scripting library / orm for tmux'
55__email__ = 'tony@git-pull.com'
66__author__ = 'Tony Narlock'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
33
44[tool .poetry ]
55name = " libtmux"
6- version = " 0.10.0 "
6+ version = " 0.10.1 "
77description = " scripting library / orm for tmux"
88license = " MIT"
99authors = [" Tony Narlock <tony@git-pull.com>" ]
You can’t perform that action at this time.
0 commit comments