File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Here you can find the recent changes to libtmux
5
5
## current
6
6
7
7
- _ Insert changes/features/fixes for next release here_
8
+
9
+ ## libtmux 0.10.0 (2021-06-16)
10
+ - #321 : Convert to markdown
8
11
- {issue}` 271 ` : Fix {}` select_window() ` by providing the session ID as
9
12
argument to {}` -t ` . Thanks @Flowdalic
10
13
- Drop python 3.5 support
Original file line number Diff line number Diff line change 1
1
__title__ = 'libtmux'
2
2
__package_name__ = 'libtmux'
3
- __version__ = '0.9 .0'
3
+ __version__ = '0.10 .0'
4
4
__description__ = 'scripting library / orm for tmux'
5
5
__email__ = 'tony@git-pull.com'
6
6
__author__ = 'Tony Narlock'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
3
3
4
4
[tool .poetry ]
5
5
name = " libtmux"
6
- version = " 0.9 .0"
6
+ version = " 0.10 .0"
7
7
description = " scripting library / orm for tmux"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 40
40
author_email = about ['__email__' ],
41
41
description = about ['__description__' ],
42
42
long_description = readme ,
43
+ long_description_content_type = "text/markdown" ,
43
44
packages = ['libtmux' ],
44
45
include_package_data = True ,
45
46
tests_require = tests_reqs ,
You can’t perform that action at this time.
0 commit comments