We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47e9f commit 2bfa19eCopy full SHA for 2bfa19e
CHANGES
@@ -4,6 +4,10 @@ Changelog
4
5
Here you can find the recent changes to tmuxp
6
7
+
8
+- :release:`1.2.7 <2017-03-25>`
9
+- :support:`- backported` Support for OpenBSD.
10
11
- :release:`1.2.6 <2017-02-24>`
12
- :support:`218 backported` Fix pane ordering by running ``select-layout`` before
13
splits.
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '1.2.6'
+__version__ = '1.2.7'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments