We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7f286 commit 60e72b9Copy full SHA for 60e72b9
CHANGES
@@ -4,6 +4,7 @@ Changelog
4
5
Here you can find the recent changes to libtmux
6
7
+- :release:`0.7.7 <2017-11-10>`
8
- :support:`-` Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
9
client.
10
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.7.6'
+__version__ = '0.7.7'
__description__ = 'scripting library / orm for tmux'
__email__ = '[email protected]'
__author__ = 'Tony Narlock'
0 commit comments