File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ Here you can find the recent changes to tmuxp
6
6
7
7
current
8
8
-------
9
+ - *Insert changes/features/fixes for next release here *
10
+
11
+ tmuxp 1.8.0 (2021-06-14)
12
+ ------------------------
9
13
- :issue: `662 ` CI: Only update docs when changed
10
- - :issue: `665 ` Support for passing tmux config file (``-f ``), thanks
11
- @jfindlay! Fixes :issue: `654 `
12
14
- :issue: `666 ` CI: Move test plugin packages from pyproject.toml to
13
15
pytest fixtures. Fixes :issue: `658 `
14
16
- :issue: `661 `
15
17
- Bump minimum version 3.5 -> 3.6
16
18
- Drop python 2.7 support
17
19
- Modernize syntax (remove ``__future__ `` and modesets)
18
20
- Update black to 21.6b0
19
- - *Insert changes/features/fixes for next release here *
20
21
21
22
tmuxp 1.7.2 (2021-02-03)
22
23
------------------------
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 = " tmuxp"
6
- version = " 1.7 .0"
6
+ version = " 1.8 .0"
7
7
description = " tmux session manager"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
@@ -18,6 +18,7 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.6" ,
19
19
" Programming Language :: Python :: 3.7" ,
20
20
" Programming Language :: Python :: 3.8" ,
21
+ " Programming Language :: Python :: 3.9" ,
21
22
" Programming Language :: Python :: Implementation :: PyPy" ,
22
23
" Topic :: Utilities" ,
23
24
" Topic :: System :: Shells"
Original file line number Diff line number Diff line change 54
54
"Programming Language :: Python :: 3.6" ,
55
55
"Programming Language :: Python :: 3.7" ,
56
56
"Programming Language :: Python :: 3.8" ,
57
+ "Programming Language :: Python :: 3.9" ,
57
58
"Programming Language :: Python :: Implementation :: PyPy" ,
58
59
"Topic :: Utilities" ,
59
60
"Topic :: System :: Shells" ,
Original file line number Diff line number Diff line change 1
1
__title__ = 'tmuxp'
2
2
__package_name__ = 'tmuxp'
3
- __version__ = '1.7 .0'
3
+ __version__ = '1.8 .0'
4
4
__description__ = 'tmux session manager'
5
5
__email__ = 'tony@git-pull.com'
6
6
__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments