We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6230a4f commit 77c0cb6Copy full SHA for 77c0cb6
CHANGES
@@ -8,6 +8,10 @@ current
8
-------
9
- *Insert changes/features/fixes for next release here*
10
11
+tmuxp 1.7.0a4 (2021-01-06)
12
+--------------------------
13
+- Port click package fix from 1.6.4
14
+
15
tmuxp 1.7.0a3 (2020-11-22)
16
--------------------------
17
- Port ``tmuxp load <filename> --log-level outputfile.log`` from
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '1.7.0a3'
+__version__ = '1.7.0a4'
4
__description__ = 'tmux session manager'
5
__email__ = '[email protected]'
6
__author__ = 'Tony Narlock'
0 commit comments