From a50c973db6b8bdc04a2de71ed0e38932226bfef4 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 19 Mar 2016 15:06:02 -0400 Subject: [PATCH] Bump to version 1.2.0 Version 1.2.0 adds the following features: * Obey I3SOCK environment variable * Add Con::find_fullscreen() * Added properties: `scratchpad_state`, `window_role` * Con::find_marked() - make pattern optional And the following bugfixes: * Fix crash on `barconfig_update` event * Use underscores to subscribe to `barconfig_update` event * Correctly put floating nodes in the `floating_nodes` list of the Con --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fd929b..86d3af5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='i3ipc', - version='1.1.6', + version='1.2.0', description='An improved Python library for i3wm extensions', long_description=long_description, url='https://github.com/acrisci/i3ipc-python',