Skip to content

Commit cff48e6

Browse files
author
Tony Crisci
committed
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()`
1 parent 99cbe2a commit cff48e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='i3ipc',
12-
version='1.3.0',
12+
version='1.4.0',
1313
description='An improved Python library for i3wm extensions',
1414
long_description=long_description,
1515
url='https://github.com/acrisci/i3ipc-python',

0 commit comments

Comments
 (0)