File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ Here you can find the recent changes to libtmux
7
7
current
8
8
-------
9
9
- *Insert changes/features/fixes for next release here *
10
+
11
+ libtmux 0.9.0 (2021-06-14)
12
+ --------------------------
13
+ Python 2.7 support dropped.
14
+
10
15
- :issue: `306 `: chore: Remove python 2.7 support
11
16
- :issue: `314 `: chore: Python 3.x syntax tweaks
12
17
- :issue: `312 `: ci: Add tmux 3.2a to CI
18
+ - chore: Update black to `21.6b0
19
+ <https://github.com/psf/black/blob/21.6b0/CHANGES.md#216b0> `_
13
20
14
21
libtmux 0.8.5 (2020-10-25)
15
22
--------------------------
Original file line number Diff line number Diff line change 1
1
__title__ = 'libtmux'
2
2
__package_name__ = 'libtmux'
3
- __version__ = '0.8.5 '
3
+ __version__ = '0.9.0 '
4
4
__description__ = 'scripting library / orm for tmux'
5
5
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.8.5 "
6
+ version = " 0.9.0 "
7
7
description = " scripting library / orm for tmux"
8
8
license = " MIT"
9
9
authors = [
" Tony Narlock <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments