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 @@ -6,6 +6,8 @@ Here you can find the recent changes to libtmux
66
77- _ Insert changes/features/fixes for next release here_
88
9+ ## libtmux 0.10.3 (2022-01-10)
10+
911#### Packaging
1012
1113First experimental release using ` poetry build ` (#347 ). If you are packaging and run
Original file line number Diff line number Diff line change 11__title__ = 'libtmux'
22__package_name__ = 'libtmux'
3- __version__ = '0.10.2 '
3+ __version__ = '0.10.3 '
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.2 "
6+ version = " 0.10.3 "
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