Skip to content

Commit

Permalink
v0.1.0rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 17, 2013
1 parent 3740d8e commit b3e336a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog

Here you can find the recent changes to tmuxp.

dev
---
0.1-rc8
-------

- [internal] ``unicode_literals``
- [internal] Move py2/py3 compliancy code to ``_compat``.
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from __future__ import absolute_import, division, print_function, \
with_statement, unicode_literals

__version__ = '0.1.0rc7'
__version__ = '0.1.0rc8'

from .session import Session
from .server import Server
Expand Down

0 comments on commit b3e336a

Please sign in to comment.