Skip to content

Commit

Permalink
Bump to version 1.6.0
Browse files Browse the repository at this point in the history
Version 1.6.0 adds the following bugfixes and features:

* Properly tear down subscription socket (#83)
* Implement send_tick message and tick event
* Add a timeout parameter to the main function
* Implement GET_BINDING_MODES
* Implement GET_CONFIG
* Implement GET_MARKS
* Fix pickling of types by fixing a _ReplyType exception (#89)
* Add the sticky property
  • Loading branch information
acrisci committed Sep 25, 2018
1 parent 8a4fab4 commit b3cd001
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.5.1',
version='1.6.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 b3cd001

Please sign in to comment.