From 18aa8824af5754c41b5f20268ed8658930862bc9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 28 Oct 2013 05:27:38 +0800 Subject: [PATCH] 0.0.18 --- CHANGES | 5 +++++ tmuxp/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 836733e716..7c4ecfe132 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ tmuxp Changelog Here you can find the recent changes to tmuxp. +2013-10-28 +---------- + +- [cli] fix ``tmuxp load .`` + 2013-10-27 ---------- diff --git a/tmuxp/__init__.py b/tmuxp/__init__.py index 7d5bd25bc5..64df497e78 100644 --- a/tmuxp/__init__.py +++ b/tmuxp/__init__.py @@ -20,4 +20,4 @@ import logging -__version__ = '0.0.17' +__version__ = '0.0.18'