diff --git a/CHANGES b/CHANGES index 836733e716f..7c4ecfe132e 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 7d5bd25bc5b..64df497e789 100644 --- a/tmuxp/__init__.py +++ b/tmuxp/__init__.py @@ -20,4 +20,4 @@ import logging -__version__ = '0.0.17' +__version__ = '0.0.18'