Skip to content

Commit 566e072

Browse files
committed
New version. v0.1.10, update CHANGES
1 parent ae8c39e commit 566e072

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

7-
0.1.9
8-
-----
7+
0.1.10
8+
------
99

1010
2 bug fixes and allow panes with no shell commands to accept options,
1111
thanks for these 3 patches, `@ThiefMaster`_:
@@ -21,6 +21,11 @@ thanks for these 3 patches, `@ThiefMaster`_:
2121
.. _Issue #76: https://github.com/tony/tmuxp/issues/76
2222
.. _Issue #77: https://github.com/tony/tmuxp/issues/77
2323

24+
0.1.9
25+
-----
26+
27+
The ``--force`` was not with us.
28+
2429
0.1.8
2530
-----
2631

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__title__ = 'tmuxp'
1515
__package_name__ = 'tmuxp'
16-
__version__ = '0.1.9'
16+
__version__ = '0.1.10'
1717
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
1818
__email__ = '[email protected]'
1919
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)