Skip to content

Commit b3e336a

Browse files
committed
v0.1.0rc8
1 parent 3740d8e commit b3e336a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 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-
dev
8-
---
7+
0.1-rc8
8+
-------
99

1010
- [internal] ``unicode_literals``
1111
- [internal] Move py2/py3 compliancy code to ``_compat``.

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from __future__ import absolute_import, division, print_function, \
1212
with_statement, unicode_literals
1313

14-
__version__ = '0.1.0rc7'
14+
__version__ = '0.1.0rc8'
1515

1616
from .session import Session
1717
from .server import Server

0 commit comments

Comments
 (0)