From b3e336ad721874a87c22161cb5b14d72df5db8d5 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 17 Dec 2013 20:23:14 +0800 Subject: [PATCH] v0.1.0rc8 --- CHANGES | 4 ++-- tmuxp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 1947f84b1b..a672c891c1 100644 --- a/CHANGES +++ b/CHANGES @@ -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``. diff --git a/tmuxp/__init__.py b/tmuxp/__init__.py index f344e3937a..ec1b8a73a9 100644 --- a/tmuxp/__init__.py +++ b/tmuxp/__init__.py @@ -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