From cff48e65e2fbccde8ee9fef0707c70adcd1505dd Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 10 Feb 2018 20:06:04 -0500 Subject: [PATCH] Bump to version 1.4.0 Version 1.4.0 adds the following bugfixes and features: * Add container property 'floating' * Add container property 'focus' (the focus stack) * Add container info for window gaps * Use native byte order everywhere * Add descendents iterator to Con * Add `Con.find_instanced()` * Add documentation and tests * List descendents BFS * Allow usage from external event loops * bug: return command result in `Con.command()` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73bb5f0..83c1e2a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='i3ipc', - version='1.3.0', + version='1.4.0', description='An improved Python library for i3wm extensions', long_description=long_description, url='https://github.com/acrisci/i3ipc-python',