File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ Changelog
4
4
5
5
Here you can find the recent changes to tmuxp
6
6
7
- current
8
- -------
7
+ tmuxp 1.5.7 (2020-09-13)
8
+ ------------------------
9
+ - :issue: `590 ` Add new session name option to cli
10
+ - :issue: `590 ` Add test for new session name option
11
+ - :issue: `590 ` Updata docs for new session name option
12
+
13
+ tmuxp 1.5.6 (2020-08-16)
14
+ ------------------------
9
15
- :issue: `623 ` Move docs from RTD to self-serve site
10
16
- :issue: `623 ` Modernize Makefiles
11
17
- :issue: `623 ` New development docs
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.5.5 "
6
+ version = " 1.5.7 "
7
7
description = " tmux session manager"
8
8
license = " MIT"
9
9
authors = [
" Tony Narlock <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
__title__ = 'tmuxp'
2
2
__package_name__ = 'tmuxp'
3
- __version__ = '1.5.5 '
3
+ __version__ = '1.5.7 '
4
4
__description__ = 'tmux session manager'
5
5
6
6
__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments