Skip to content

Commit 3be7216

Browse files
committed
v0.1.0rc6 - add window_index option from stratoukos.
1 parent 95d6df9 commit 3be7216

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changelog
44

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

7+
0.1-rc6
8+
-------
9+
10+
- [config] [tests] [examples] Add `Issue #31`_ from stratoukos -
11+
``window_index`` option, and add example.
12+
13+
.. _Issue #31: https://github.com/tony/tmuxp/issues/31
14+
715
0.1-rc5
816
-------
917

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
import logging
2323

24-
__version__ = '0.1.0rc5'
24+
__version__ = '0.1.0rc6'

0 commit comments

Comments
 (0)