Skip to content

Commit 8b39d2b

Browse files
committed
0.0.9
1 parent 72da62f commit 8b39d2b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ tmuxp Changelog
33

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

6+
2013-10-21
7+
----------
8+
9+
- [cli] Make 1.8 the official minimym version, give warning notice to
10+
upgrade tmux if out of date
11+
- Fix regression causing unexpected build behavior due to unremoved code
12+
supporting old tmux versions.
13+
- Added 2 new examples to the :ref:`examples` page.
14+
615
2013-10-19
716
----------
817

tmuxp/__init__.py

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

2121
import logging
2222

23-
__version__ = '0.0.8-dev'
23+
__version__ = '0.0.9-dev'

0 commit comments

Comments
 (0)