Skip to content

Commit 0660049

Browse files
authored
Merge branch 'master' into append-window-same-session
2 parents 07b8e43 + 77c0cb6 commit 0660049

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ current
88
-------
99
- *Insert changes/features/fixes for next release here*
1010

11+
tmuxp 1.7.0a4 (2021-01-06)
12+
--------------------------
13+
- Port click package fix from 1.6.4
14+
1115
tmuxp 1.7.0a3 (2020-11-22)
1216
--------------------------
1317
- Port ``tmuxp load <filename> --log-level outputfile.log`` from
@@ -29,6 +33,11 @@ tmuxp 1.7.0a1 (2020-11-07)
2933

3034
Thank you @joseph-flinn!
3135

36+
tmuxp 1.6.4 (2021-01-06)
37+
------------------------
38+
- :issue:`651` Fix packaging issue with click, thanks @dougharris! Fixes
39+
:issue:`649`
40+
3241
tmuxp 1.6.3 (2020-11-22)
3342
------------------------
3443
- :issue:`647` Adding option to dump `load` output to log file, thank you

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kaptan>=0.5.10
2-
libtmux>=0.8<0.9
3-
click>=7<8
2+
libtmux>=0.8,<0.9
3+
click>=7,<8
44
colorama>=0.3.9

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '1.8.0'
3+
__version__ = '1.7.0a4'
44
__description__ = 'tmux session manager'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)