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
66
77current
88-------
9+ - *Insert changes/features/fixes for next release here *
10+
11+ tmuxp 1.8.0 (2021-06-14)
12+ ------------------------
913- :issue: `662 ` CI: Only update docs when changed
10- - :issue: `665 ` Support for passing tmux config file (``-f ``), thanks
11- @jfindlay! Fixes :issue: `654 `
1214- :issue: `666 ` CI: Move test plugin packages from pyproject.toml to
1315 pytest fixtures. Fixes :issue: `658 `
1416- :issue: `661 `
1517 - Bump minimum version 3.5 -> 3.6
1618 - Drop python 2.7 support
1719 - Modernize syntax (remove ``__future__ `` and modesets)
1820 - Update black to 21.6b0
19- - *Insert changes/features/fixes for next release here *
2021
2122tmuxp 1.7.2 (2021-02-03)
2223------------------------
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
33
44[tool .poetry ]
55name = " tmuxp"
6- version = " 1.7 .0"
6+ version = " 1.8 .0"
77description = " tmux session manager"
88license = " MIT"
99authors = [" Tony Narlock <tony@git-pull.com>" ]
@@ -18,6 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3.6" ,
1919 " Programming Language :: Python :: 3.7" ,
2020 " Programming Language :: Python :: 3.8" ,
21+ " Programming Language :: Python :: 3.9" ,
2122 " Programming Language :: Python :: Implementation :: PyPy" ,
2223 " Topic :: Utilities" ,
2324 " Topic :: System :: Shells"
Original file line number Diff line number Diff line change 5454 "Programming Language :: Python :: 3.6" ,
5555 "Programming Language :: Python :: 3.7" ,
5656 "Programming Language :: Python :: 3.8" ,
57+ "Programming Language :: Python :: 3.9" ,
5758 "Programming Language :: Python :: Implementation :: PyPy" ,
5859 "Topic :: Utilities" ,
5960 "Topic :: System :: Shells" ,
Original file line number Diff line number Diff line change 11__title__ = 'tmuxp'
22__package_name__ = 'tmuxp'
3- __version__ = '1.7 .0'
3+ __version__ = '1.8 .0'
44__description__ = 'tmux session manager'
55__email__ = 'tony@git-pull.com'
66__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments