Skip to content

Commit

Permalink
Bump to version 1.4.0
Browse files Browse the repository at this point in the history
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()`
  • Loading branch information
acrisci committed Feb 11, 2018
1 parent 99cbe2a commit cff48e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit cff48e6

Please sign in to comment.